[svn-commits] tzafrir: tools/trunk r7021 - /tools/trunk/xpp/waitfor_xpds

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 17 01:31:33 CDT 2009


Author: tzafrir
Date: Mon Aug 17 01:31:29 2009
New Revision: 7021

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=7021
Log:
xpp: waitfor_xpds: Bugfix: '$((' produces a command. Ignore it.

Fixes a regression from the bashism fix of r6829 .

xpp rev: 7323

Modified:
    tools/trunk/xpp/waitfor_xpds

Modified: tools/trunk/xpp/waitfor_xpds
URL: http://svn.asterisk.org/svn-view/dahdi/tools/trunk/xpp/waitfor_xpds?view=diff&rev=7021&r1=7020&r2=7021
==============================================================================
--- tools/trunk/xpp/waitfor_xpds (original)
+++ tools/trunk/xpp/waitfor_xpds Mon Aug 17 01:31:29 2009
@@ -62,7 +62,7 @@
 	fi
 	echo -n 1>&2 "."
 	sleep 1
-	$((tries--))
+	: $((tries--))
 done
 echo ""
 




More information about the svn-commits mailing list