[dahdi-commits] tzafrir: branch tools/2.2 r7468 - in /tools/branches/2.2: ./ xpp/waitfor_xpds
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Nov 4 07:24:34 CST 2009
Author: tzafrir
Date: Wed Nov 4 07:24:30 2009
New Revision: 7468
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7468
Log:
Fix bashism in waitfor_xpds
Merged revisions 6829,7021 via svnmerge from
http://svn.digium.com/svn/dahdi/tools/trunk
Modified:
tools/branches/2.2/ (props changed)
tools/branches/2.2/xpp/waitfor_xpds
Propchange: tools/branches/2.2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Nov 4 07:24:30 2009
@@ -1,1 +1,1 @@
-/tools/trunk:1-6678,6823
+/tools/trunk:1-6678,6823,6829-6830,6833,6835,6837-6841,6843-6855,6857-6886,6889-6897,6899-6901,6903-6974,6977-6982,6985-6986,6988-6992,6994-6998,7001-7011,7013,7015,7017,7020-7021
Modified: tools/branches/2.2/xpp/waitfor_xpds
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.2/xpp/waitfor_xpds?view=diff&rev=7468&r1=7467&r2=7468
==============================================================================
--- tools/branches/2.2/xpp/waitfor_xpds (original)
+++ tools/branches/2.2/xpp/waitfor_xpds Wed Nov 4 07:24:30 2009
@@ -55,7 +55,7 @@
fi
echo -n 1>&2 "."
sleep 1
- ((tries--))
+ : $((tries--))
done
echo ""
More information about the dahdi-commits
mailing list