diff options
Diffstat (limited to 'bin/build-all-deb-packages')
-rwxr-xr-x | bin/build-all-deb-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-all-deb-packages b/bin/build-all-deb-packages index 1e3b6bb..08fe9a6 100755 --- a/bin/build-all-deb-packages +++ b/bin/build-all-deb-packages @@ -27,7 +27,7 @@ APP_PACKAGES_NIGHTLY= APP_PACKAGES_MAIN= PREFIX=$(echo `basename $0` | cut -d"-" -f1) -test -f ~/.buildscripts/$PREFIX.conf && . ~/.buildscripts/$PREFIX.conf || { echo "$0 has no valid context prefix..."; exit -1; } +test -f ~/.buildscripts/$PREFIX.conf && . ~/.buildscripts/$PREFIX.conf || { echo "$0 has no valid context prefix..."; exit 1; } set -ex |