nice fix, now won't complain if there is no /usr/local/games.
authorChris Koeritz <fred@gruntose.com>
Sun, 30 Dec 2012 14:49:29 +0000 (09:49 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 30 Dec 2012 14:49:29 +0000 (09:49 -0500)
scripts/core/variables.sh

index b30a727ebf6f1275d53b869cefa894db2b280bd4..bfe00da9533bb51f1538004e15f752ca09e84315 100644 (file)
@@ -177,7 +177,7 @@ if [ -z "$NECHUNG" ]; then
   
   # add to the PATH variables used for locating applications.  this step is taken after any
   # potential overrides from the user.
-  export PATH="$FEISTY_MEOW_GENERATED:$PATH:/sbin:$(find /usr/local/games -maxdepth 1 -type d -exec echo -n {}: ';')."
+  export PATH="$FEISTY_MEOW_GENERATED:$PATH:/sbin:$(find /usr/local/games -maxdepth 1 -type d -exec echo -n {}: ';' 2>/dev/null)."
   
   ##############