summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-04 13:24:30 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-04 13:24:30 +0000
commit13825b78bbe2d385b157b3256ec4f75ecf3f7a02 (patch)
treed537149c0ebf77e1e31393b335e368659c283b0b
parentc2368fdbb55141d57f0fd8af45f9ce2e355a4b74 (diff)
Fix bashism in waitfor_xpds
Merged revisions 6829,7021 via svnmerge from http://svn.digium.com/svn/dahdi/tools/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.2@7468 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rwxr-xr-xxpp/waitfor_xpds2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/waitfor_xpds b/xpp/waitfor_xpds
index 85505ac..71b7dfc 100755
--- a/xpp/waitfor_xpds
+++ b/xpp/waitfor_xpds
@@ -55,7 +55,7 @@ do
fi
echo -n 1>&2 "."
sleep 1
- ((tries--))
+ : $((tries--))
done
echo ""