add(disk_util): Rename cgpt.py to disk_util.

Use a more generic name so cgpt.py and disk_layout_util.sh can be merged
into one tool. Wrappers around wrappers around wrappers are tedious.
This commit is contained in:
Michael Marineau 2013-12-18 13:48:12 -08:00
parent 4c0e511348
commit fdefbf704c
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
CGPT_PY="${BUILD_LIBRARY_DIR}/cgpt.py"
CGPT_PY="${BUILD_LIBRARY_DIR}/disk_util"
cgpt_py() {
if [[ -n "${FLAGS_adjust_part-}" ]]; then