normalized perms on all files, to avoid relying on any stored executable bits in...
[feisty_meow.git] / scripts / shunit / example_shunit_test.sh
old mode 100755 (executable)
new mode 100644 (file)
index 9d389be..ce84616
@@ -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.