From 2e833c685a007ffd7649dec30fd6a3a75769b242 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 14 Feb 2006 00:54:57 +0000 Subject: find tools under Build, remove old scripts git-svn-id: svn://tug.org/texlive/trunk@1518 c570f23f-e606-0410-a88d-b1316a301751 --- Build/tools/tpm-check | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Build/tools/tpm-check') 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. -- cgit v1.2.3