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-check | |
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-check')
-rwxr-xr-x | Build/tools/tpm-check | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/tools/tpm-check b/Build/tools/tpm-check index f008cc26cf7..ae99d433c95 100755 --- a/Build/tools/tpm-check +++ b/Build/tools/tpm-check @@ -4,8 +4,8 @@ # Do TPM sanity checks. mydir=`dirname $0` -master=`cd $mydir/.. && pwd` -tools=$master/Tools +tools=`cd $mydir && pwd` +master=`cd $mydir/../../Master && pwd` # if get an XML syntax error, set to --debug to see which .tpm it comes from. verbose=${OVERRIDE_VERBOSE-} @@ -29,8 +29,8 @@ for check in "$@"; do # around 1300 dup's, so don't bother with that one done # Without --clean, buildPatternsPackage (for example) doesn't get called. -# With --clean, all tpm's need to be rw. -# Therefore, the procedure is: change code, +# Therefore, the debugging procedure is: +# change code, # run update-tpm TLCore (or whatever), # run tpm-check cov (or whatever). # Painful. |