blockcheck2: remove spaces in assignment

This commit is contained in:
bol-van
2026-07-21 20:09:41 +03:00
parent c73af75881
commit e6b22f3868
+1 -1
View File
@@ -84,7 +84,7 @@ killwait()
# wait only waits for child processes. cygstart makes process non-child
while kill -0 "$2" 2>/dev/null; do
msleep 20
n = $(($n+1))
n=$(($n+1))
[ $n -gt 50 ] && {
echo "could not kill pktws within specified time !!"
break