changes needed since cygwin is somehow getting a different interpretation of the...
[feisty_meow.git] / scripts / shunit / example_shunit_test.sh
index 9d389bee41a93d6a5b013cd6a951e6ebfb4a4c0b..ce84616c98f4a66c7ca1a8af52b95e67238ab936 100755 (executable)
@@ -5,7 +5,7 @@
 # Author: Chris Koeritz
 # license gnu gpl v3
 
-export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )"  # obtain the script's working directory.
+export WORKDIR="$( \cd "$(\dirname "$0")" && /bin/pwd )"  # obtain the script's working directory.
 if [[ ! "$0" =~ ^/.* ]]; then
   # re-run the script with an absolute path if it didn't start out that way; otherwise,
   # shunit is not happy with finding the script.