X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fexamples%2Fbashisms%2Fscript_location.sh;h=bea06161a02477a4d30a6246a36196f42330e9b2;hb=43a183e35d7857f0138119935d32df38cfc727f0;hp=7fa942a6302f90daba31cd31c49a686c3ef4def4;hpb=8b8777a1a68a1bb2e848a1eed1a7084f5867dc04;p=feisty_meow.git diff --git a/infobase/examples/bashisms/script_location.sh b/infobase/examples/bashisms/script_location.sh index 7fa942a6..bea06161 100644 --- a/infobase/examples/bashisms/script_location.sh +++ b/infobase/examples/bashisms/script_location.sh @@ -6,5 +6,5 @@ ORIGINATING_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )" # another slightly tighter version: -export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. +export THISDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory.