PLUS whitespace (not only, but also for Steven)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 14:18:14 +02:00
parent 5aa32fa42d
commit 75509dc8a5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ fi
while [ $# -ge 1 ]; do
# always assume we run parallel
cdist-deploy-to "$1" | awk -v host=$1 '{ print "[" host "]" $0 }"' &
cdist-deploy-to "$1" | awk -v host=$1 '{ print "[" host "] " $0 }' &
shift
# if not, wait for it _now_