[dahdi-commits] tzafrir: branch tools/2.3 r8643 - in /tools/branches/2.3: ./ xpp/

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon May 17 09:48:15 CDT 2010


Author: tzafrir
Date: Mon May 17 09:48:12 2010
New Revision: 8643

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8643
Log:
Fix bashism (Raphael Geissert, checkbashism)

Merged revisions 8638 via svnmerge from 
http://svn.digium.com/svn/dahdi/tools/trunk

Modified:
    tools/branches/2.3/   (props changed)
    tools/branches/2.3/xpp/astribank_hook
    tools/branches/2.3/xpp/waitfor_xpds

Propchange: tools/branches/2.3/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 17 09:48:12 2010
@@ -1,1 +1,1 @@
-/tools/trunk:8529,8535,8580,8589,8630
+/tools/trunk:8529,8535,8580,8589,8630,8638

Propchange: tools/branches/2.3/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon May 17 09:48:12 2010
@@ -1,1 +1,1 @@
-/tools/trunk:1-8509,8528-8529,8535,8580,8589,8630
+/tools/trunk:1-8509,8528-8529,8535,8580,8589,8630,8638

Modified: tools/branches/2.3/xpp/astribank_hook
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.3/xpp/astribank_hook?view=diff&rev=8643&r1=8642&r2=8643
==============================================================================
--- tools/branches/2.3/xpp/astribank_hook (original)
+++ tools/branches/2.3/xpp/astribank_hook Mon May 17 09:48:12 2010
@@ -53,7 +53,7 @@
 		lineno=`clean_lines | egrep -n "^${label}$|^@${connector}$" | cut -d: -f1`
 		if [ "$lineno" != "" ]; then
 			#echo "$xbus: $XPPORDER_CONF:$lineno -- Match ${label} @${connector}" | $LOGGER
-			echo -e "${xbus}\t${label}"
+			printf "${xbus}\t${label}\n"
 		else
 			echo "${xbus}: ${label} @${connector} not found in $XPPORDER_CONF: Ignore($ACTION)" | $LOGGER
 		fi

Modified: tools/branches/2.3/xpp/waitfor_xpds
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.3/xpp/waitfor_xpds?view=diff&rev=8643&r1=8642&r2=8643
==============================================================================
--- tools/branches/2.3/xpp/waitfor_xpds (original)
+++ tools/branches/2.3/xpp/waitfor_xpds Mon May 17 09:48:12 2010
@@ -65,7 +65,7 @@
 	fi
 	echo -n 1>&2 "."
 	sleep 1
-	: $((tries--))
+	: $((tries-=1))
 done
 echo ""
 




More information about the dahdi-commits mailing list