new fortune. added subdirectories from local games directory to path so that
[feisty_meow.git] / scripts / core / variables.sh
index f3c1972a8cae23b67f9bc14cc9abfffa4d406ad9..c62421586c4dfb82976ecba6e8cb7c78cd41a032 100644 (file)
@@ -175,11 +175,9 @@ if [ -z "$NECHUNG" ]; then
   
   ##############
   
-  # set the path for locating applications.  this is done after any
+  # add to the PATH variables used for locating applications.  this step is taken after any
   # potential overrides from the user.
-  #export PATH="$(dos_to_msys_path $BINDIR):$(dos_to_msys_path $FEISTY_MEOW_GENERATED):$PATH:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/lib:/usr/games:/usr/bin:."
-  export PATH="$FEISTY_MEOW_GENERATED:$PATH:/sbin:."
-###noise! :/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/lib:/usr/games:/usr/bin:.
+  export PATH="$FEISTY_MEOW_GENERATED:$PATH:/sbin:$(ls -d /usr/local/games/*):."
   
   ##############