summaryrefslogtreecommitdiff
path: root/Build/tools/tpm-delete
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools/tpm-delete')
-rwxr-xr-xBuild/tools/tpm-delete4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/tools/tpm-delete b/Build/tools/tpm-delete
index 50ecab33e20..d5f843ca29b 100755
--- a/Build/tools/tpm-delete
+++ b/Build/tools/tpm-delete
@@ -5,9 +5,9 @@
# Delete a tpm and the files it references from the repository.
# Takes just the package name, no .tpm suffix, no type, no subdirs.
-mydir=`dirname $0` # Master/Tools
+mydir=`dirname $0`
-Master=`cd $mydir/.. && pwd`
+Master=`cd $mydir/../../Master && pwd`
cd $Master || exit 1
for arg in "$@"; do