diff options
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. |