summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtinderbox-restart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh
index 0ca9b55..4cdc040 100755
--- a/tinderbox-restart.sh
+++ b/tinderbox-restart.sh
@@ -101,7 +101,7 @@ fi
emerge -u \
sys-libs/glibc \
- $([[ -n ${BTI_ACCOUNT} ]] && echo net-misc/bti) \
+ ${BTI_ACCOUNT:+net-misc/bti} \
${TINDERBOX_ANALYSIS_ADDR:+net-analyzer/netcat6} \
app-misc/screen \
app-portage/gentoolkit \