From 045c76a91d4f57b8f89256aa51a4a2f6afa16e70 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 17 Aug 2009 06:31:29 +0000 Subject: xpp: waitfor_xpds: Bugfix: '$((' produces a command. Ignore it. Fixes a regression from the bashism fix of r6829 . xpp rev: 7323 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@7021 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/waitfor_xpds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpp/waitfor_xpds b/xpp/waitfor_xpds index 26a6ab5..7caa981 100755 --- a/xpp/waitfor_xpds +++ b/xpp/waitfor_xpds @@ -62,7 +62,7 @@ do fi echo -n 1>&2 "." sleep 1 - $((tries--)) + : $((tries--)) done echo "" -- cgit v1.2.3