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

2
ssm
View File

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