better readaility

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-07-13 16:25:41 +03:00
parent a921025ce9
commit 3ead5f0492
1 changed files with 1 additions and 1 deletions

2
ssm
View File

@ -109,7 +109,7 @@ is_function() {
## Simple timer
timer() {
declare cnt timeout=$1
declare cnt=0 timeout=$1
shift
while ! "$@"; do