Fixed problem with spaces in path of ccollect

This commit is contained in:
Nico Schottelius 2006-02-06 00:33:37 +01:00 committed by Nico Schottelius
parent 044df01c08
commit 3b0d907196
1 changed files with 1 additions and 1 deletions

View File

@ -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