diff options
author | Karl Berry <karl@freefriends.org> | 2006-02-14 00:54:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-02-14 00:54:57 +0000 |
commit | 2e833c685a007ffd7649dec30fd6a3a75769b242 (patch) | |
tree | 8c733cddbba19deddae23a24f36cf231fef80dc2 /Build/tools/tpm-delete | |
parent | 2eba0ce0cddb0d290614b2bd6ea0cd6718ac5b54 (diff) |
find tools under Build, remove old scripts
git-svn-id: svn://tug.org/texlive/trunk@1518 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/tpm-delete')
-rwxr-xr-x | Build/tools/tpm-delete | 4 |
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 |