From fdefbf704c2424e2fa6eebe9f87d24330f73b406 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 18 Dec 2013 13:48:12 -0800 Subject: [PATCH] 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. --- build_library/disk_layout_util.sh | 2 +- build_library/{cgpt.py => disk_util} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build_library/{cgpt.py => disk_util} (100%) diff --git a/build_library/disk_layout_util.sh b/build_library/disk_layout_util.sh index dbbd1a0704..7cd02a5f4e 100644 --- a/build_library/disk_layout_util.sh +++ b/build_library/disk_layout_util.sh @@ -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 diff --git a/build_library/cgpt.py b/build_library/disk_util similarity index 100% rename from build_library/cgpt.py rename to build_library/disk_util