summaryrefslogtreecommitdiff
path: root/xpp/waitfor_xpds
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-05-17 13:26:22 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-05-17 13:26:22 +0000
commitddd7434ddb9a3bb47275b03fdee7a04e247e0f45 (patch)
tree0dd25b64519e1c63ad9a2a831365a58bd4a1b88b /xpp/waitfor_xpds
parent7b12d114d03bdcc7b6598e2c44819b613a8a909a (diff)
Fix bashism (Raphael Geissert, checkbashism)
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8638 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/waitfor_xpds')
-rwxr-xr-xxpp/waitfor_xpds2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/waitfor_xpds b/xpp/waitfor_xpds
index 63f05f6..30b3ac5 100755
--- a/xpp/waitfor_xpds
+++ b/xpp/waitfor_xpds
@@ -65,7 +65,7 @@ do
fi
echo -n 1>&2 "."
sleep 1
- : $((tries--))
+ : $((tries-=1))
done
echo ""