From 266b60835738aa855d23af85a14b53a2d3bf4b7c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 21 Apr 2011 12:06:05 +0200 Subject: [PATCH] always setup e Signed-off-by: Nico Schottelius --- bin/cdist-mass-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-mass-deploy b/bin/cdist-mass-deploy index 3ca43d43..ab6c8f1b 100755 --- a/bin/cdist-mass-deploy +++ b/bin/cdist-mass-deploy @@ -67,8 +67,8 @@ while [ $# -gt 0 ]; do shift done +e=0 if [ "$parallel" ]; then - e=0 __cdist_echo info "Waiting for cdist-deploy-to jobs to finish" while [ "$i" -gt 0 ]; do eval pid=\$pid_$i