summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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