projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bcf010
)
nice fix, now won't complain if there is no /usr/local/games.
author
Chris Koeritz
<fred@gruntose.com>
Sun, 30 Dec 2012 14:49:29 +0000
(09:49 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 30 Dec 2012 14:49:29 +0000
(09:49 -0500)
scripts/core/variables.sh
patch
|
blob
|
history
diff --git
a/scripts/core/variables.sh
b/scripts/core/variables.sh
index b30a727ebf6f1275d53b869cefa894db2b280bd4..bfe00da9533bb51f1538004e15f752ca09e84315 100644
(file)
--- 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:$(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
)."
##############