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:
8bba80d
)
updated to fix unfortunate reversal of sense of check for existing variable.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 12 Mar 2012 02:51:37 +0000
(22:51 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 12 Mar 2012 02:51:37 +0000
(22:51 -0400)
examples/custom_overrides/fred/fred_variables.sh
patch
|
blob
|
history
diff --git
a/examples/custom_overrides/fred/fred_variables.sh
b/examples/custom_overrides/fred/fred_variables.sh
index 5abc72239a3a9735d44c4793fcf3ce73e1d3d44e..e22f2b93d15d7057d93b4635e1110f595fa74649 100644
(file)
--- a/
examples/custom_overrides/fred/fred_variables.sh
+++ b/
examples/custom_overrides/fred/fred_variables.sh
@@
-1,7
+1,7
@@
# these are my personal overrides. --fred.
-if [
!
-z "$NETHACKOPTIONS" ]; then
+if [ -z "$NETHACKOPTIONS" ]; then
# if we don't see the nethack variable defined, this probably hasn't run yet.
# The quartz directory has *really* personalized items.