From 3b0d907196fdbbf1f7aec0130b029e7d83c79298 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 6 Feb 2006 00:33:37 +0100 Subject: [PATCH] Fixed problem with spaces in path of ccollect --- ccollect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccollect.sh b/ccollect.sh index e598372..c711385 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -183,7 +183,7 @@ while [ "$i" -lt "$no_shares" ]; do # start ourself, if we want parallel execution # if [ "$PARALLEL" ]; then - $0 "$INTERVALL" "$name" & + "$0" "$INTERVALL" "$name" & continue fi