From f665e3c467bd5ef9a67eefd23dfdb54b03c5f43e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 21 Jul 2010 20:01:32 +0200 Subject: [PATCH] small syntax fix --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2