# HG changeset patch # User wenzelm # Date 1313060021 -7200 # Node ID a07748619f53273711c9e1675b0e124cacabbf26 # Parent e842a2cf923cdb4fe8989a0a3cf07d2728a090bd somewhat more uniform THIS; diff -r e842a2cf923c -r a07748619f53 Admin/isatest/isatest-stats --- a/Admin/isatest/isatest-stats Thu Aug 11 12:49:14 2011 +0200 +++ b/Admin/isatest/isatest-stats Thu Aug 11 12:53:41 2011 +0200 @@ -4,7 +4,7 @@ # # DESCRIPTION: Standard statistics. -THIS=$(cd "$(dirname "$0")"; pwd -P) +THIS="$(cd "$(dirname "$0")"; pwd)" PLATFORMS="at-poly at-poly-test afp at64-poly cygwin-poly-e mac-poly-M2 mac-poly-M4 mac-poly64-M4 mac-poly-M8 mac-poly64-M8 at64-poly-5.1-para at-mac-poly-5.1-para at-sml-dev" diff -r e842a2cf923c -r a07748619f53 Admin/makedist --- a/Admin/makedist Thu Aug 11 12:49:14 2011 +0200 +++ b/Admin/makedist Thu Aug 11 12:53:41 2011 +0200 @@ -15,7 +15,7 @@ ## diagnostics PRG="$(basename "$0")" -THIS="$(cd $(dirname "$0"); echo "$PWD")" +THIS="$(cd $(dirname "$0"); pwd)" function usage() { diff -r e842a2cf923c -r a07748619f53 Admin/profiling_reports --- a/Admin/profiling_reports Thu Aug 11 12:49:14 2011 +0200 +++ b/Admin/profiling_reports Thu Aug 11 12:53:41 2011 +0200 @@ -4,7 +4,7 @@ # # DESCRIPTION: Cumulative reports for Poly/ML profiling output. -THIS=$(cd $(dirname "$0"); echo "$PWD") +THIS="$(cd $(dirname "$0"); pwd)" SRC="$1" DST="$2"