mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
external test scripts: Replace the old dollar expressions with newer variants
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ safe_kill()
|
||||
while kill -0 "$PID" 2>/dev/null && [[ $n -le 4 ]]; do
|
||||
echo "Waiting ($n) ..."
|
||||
sleep 1
|
||||
n=$[n + 1]
|
||||
n=$((n + 1))
|
||||
done
|
||||
|
||||
# process still alive? then hard-kill
|
||||
|
||||
Reference in New Issue
Block a user