summaryrefslogtreecommitdiff
path: root/xpp/waitfor_xpds
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-05-17 13:12:01 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-05-17 13:12:01 +0000
commit0be634747b26ea01dcd1a1652e6fe00a03553235 (patch)
tree9b416b877637593e0a3dbbbd96ecf9121020658f /xpp/waitfor_xpds
parent9aaefc73dc1e74c4dda81a8ada49106e2e995a53 (diff)
Fix bashism (Raphael Geissert, checkbashism)svn_2.2
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.2@8637 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 ""