From: Chris Koeritz Date: Sun, 30 Dec 2012 14:44:14 +0000 (-0500) Subject: made the path for games a bit nicer, going one level down into subdirs X-Git-Tag: 2.140.90~1159 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=0bcf01016848c74240ebeee81f73607598c2a9ea;p=feisty_meow.git made the path for games a bit nicer, going one level down into subdirs and getting the colons right. --- diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index c6242158..b30a727e 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -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:$(ls -d /usr/local/games/*):." + export PATH="$FEISTY_MEOW_GENERATED:$PATH:/sbin:$(find /usr/local/games -maxdepth 1 -type d -exec echo -n {}: ';')." ##############