Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 13:59:34 +02:00
parent e84ab9e14c
commit 32c2612934
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#
. cdist-config
[ $# -lt 1 ] || __cdist_usage "<target host> [target host ...]"
[ $# -ge 1 ] || __cdist_usage "<target host> [target host ...]"
set -eu
while [ $# -ge 1 ]; do