From 24d64da2edaa3b5c5bbbf3d80c68c68e81546598 Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 29 Mar 2016 15:48:51 +0300 Subject: [PATCH] stupid typo --- tools/killall5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/killall5.in b/tools/killall5.in index 7806ec6..a4b6f2c 100644 --- a/tools/killall5.in +++ b/tools/killall5.in @@ -49,7 +49,7 @@ pid_wait() { declare counter while pids_exist "$@"; do - if (( counter = timeout )); then + if (( counter == timeout )); then return 1 fi