changes needed since cygwin is somehow getting a different interpretation of the...
[feisty_meow.git] / examples / bashisms / script_location.sh
index bdae0fc7735ac04acc2114716d88a1ed5bdc4451..a01dc95af19fa304f63ed8cd4ebbd95c83cbb527 100644 (file)
@@ -3,5 +3,5 @@
 # work properly in a bash script that is included via 'source' or '.'.
 # the first letter of each command is escaped to eliminate the danger of
 # personal aliases or functions disrupting the results.
-ORIGINATING_FOLDER="$( \cd "$(\dirname "$0")" && \pwd )"
+ORIGINATING_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )"