i++ alternative sh

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-17 15:20:36 +02:00
parent 4029289439
commit 3b67d8e554
+1 -1
View File
@@ -303,7 +303,7 @@ jobs:
$i=0 $i=0
wait wait
fi fi
$i=$(( $i + 1 )) $i=`expr $i + 1`
fetchtask "${chart}" & fetchtask "${chart}" &
done done
done done