We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4521c commit 6705203Copy full SHA for 6705203
UnixBench/pgms/multi.sh
@@ -17,7 +17,7 @@ ID="@(#)multi.sh:3.4 -- 5/15/91 19:30:24";
17
instance=1
18
while [ $instance -le $1 ]; do
19
/bin/sh "$UB_BINDIR/tst.sh" &
20
- instance=`expr $instance + 1`
+ instance=$(($instance + 1))
21
done
22
wait
23
0 commit comments