From 3ead5f0492591462e0bd6856997fb161702b050b Mon Sep 17 00:00:00 2001 From: fbt Date: Thu, 13 Jul 2017 16:25:41 +0300 Subject: [PATCH] better readaility Signed-off-by: fbt --- ssm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssm b/ssm index 9e99b80..b6c308e 100755 --- a/ssm +++ b/ssm @@ -109,7 +109,7 @@ is_function() { ## Simple timer timer() { - declare cnt timeout=$1 + declare cnt=0 timeout=$1 shift while ! "$@"; do