From: Rudolf Polzer Date: Wed, 21 Jul 2010 18:01:32 +0000 (+0200) Subject: small syntax fix X-Git-Tag: xonotic-v0.1.0preview~343 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=f665e3c467bd5ef9a67eefd23dfdb54b03c5f43e small syntax fix --- diff --git a/all b/all index 05324b5c..739ff146 100755 --- a/all +++ b/all @@ -484,7 +484,7 @@ case "$cmd" in ;; esac done - if [ "$TARGETS" ]; then # at least a valid client + if [ -n "$TARGETS" ]; then # at least a valid client shift else # no valid client, let's assume this option is not meant to be a client then TARGETS=$TARGETS_SAVE