--- 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"
--- 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()
{
--- 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"