using THISDIR instead of WORKDIR
[feisty_meow.git] / scripts / core / launch_feisty_meow.sh
index f793c6d9d412d4ed80afc8663f686e7a8dffd090..0d7d54beb9d4ed27a880d33b229d29314a573dd5 100644 (file)
@@ -19,7 +19,7 @@
 ##############
 
 # this script cannot handle figuring out where it lives, so approaches that
-# get the WORKDIR will fail.  this is a consequence of this always being used
+# get the THISDIR will fail.  this is a consequence of this always being used
 # in bash's 'source' directive, which does not pass the script name as
 # argument 0.  instead, we just check for the bad condition of a malconfigured
 # script system and try to repair it.