remove ... dots ... make ... me ...feel ... weired

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 21:51:43 +02:00
commit 0a3a434269
9 changed files with 14 additions and 14 deletions

View file

@ -22,7 +22,7 @@
#
. cdist-config
[ $# -ge 1 ] || __cdist_usage "[-p] <target host> [target host ...]"
[ $# -ge 1 ] || __cdist_usage "[-p] <target host> [target host ]"
set -eu
parallel=""
@ -42,6 +42,6 @@ done
# else wait after all are started
if [ "$parallel" ]; then
__cdist_echo info "Waiting for cdist-deploy-to jobs to finish..."
__cdist_echo info "Waiting for cdist-deploy-to jobs to finish"
wait
fi