summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-01-25 17:14:58 -0800
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-01-25 17:14:58 -0800
commit8a0be26c4c38f40e638bfc39f23b3e9dfcead547 (patch)
tree180f9c0a00d6535404c4a2c86473e38d03aa5618
parentMark all news as read during restart. (diff)
downloadflameeyes-tinderbox-8a0be26c4c38f40e638bfc39f23b3e9dfcead547.tar.gz
flameeyes-tinderbox-8a0be26c4c38f40e638bfc39f23b3e9dfcead547.tar.bz2
flameeyes-tinderbox-8a0be26c4c38f40e638bfc39f23b3e9dfcead547.zip
Fix syntax.
-rwxr-xr-xemerge-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/emerge-wrapper.sh b/emerge-wrapper.sh
index 74ac178..3b2b8ad 100755
--- a/emerge-wrapper.sh
+++ b/emerge-wrapper.sh
@@ -50,7 +50,7 @@ if [[ $res != 0 ]]; then
# unfortunately.
if [[ -z "${USE}" ]]; then
USE=-doc $0 "$@"
- if [[ -z "${FEATURES}" ]]; then
+ elif [[ -z "${FEATURES}" ]]; then
FEATURES=-test $0 "$@"
else
# This only hits the second time, so we're safely assuming