diff options
-rwxr-xr-x | tinderbox-restart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index 3a51513..cd35226 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -101,7 +101,7 @@ fi emerge -u \ sys-libs/glibc \ - net-misc/bti \ + $([[ -n ${BTI_ACCOUNT} ]] && echo net-misc/bti) \ app-misc/screen \ app-portage/gentoolkit \ dev-java/java-dep-check \ |