changes needed since cygwin is somehow getting a different interpretation of the...
[feisty_meow.git] / scripts / generator / bootstrap_build.sh
index 4e074a60438b21aa39d20d542ca3399addb34863..fba2df436dee532fb990460d79c1d15647f2aae1 100644 (file)
@@ -30,7 +30,7 @@ export PATH=/bin:$PATH
 export INCLUDED_FROM_BOOTSTRAP=true
 
 # pull in our build variables using the path to this script.
-export BUILD_SCRIPTS_DIR="$( \cd "$(\dirname "$0")" && \pwd )"
+export BUILD_SCRIPTS_DIR="$( \cd "$(\dirname "$0")" && /bin/pwd )"
 #echo build scripts dir initial value: $BUILD_SCRIPTS_DIR
 BUILD_SCRIPTS_DIR="$(echo $BUILD_SCRIPTS_DIR | tr '\\\\' '/' )"
 #echo build scripts dir after chewing: $BUILD_SCRIPTS_DIR