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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu May 28 09:04:25 CDT 2009


Author: tzafrir
Date: Thu May 28 09:04:21 2009
New Revision: 6668

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6668
Log:
xpp: if $dahdi_hardware is empty, don't use it in an error message

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=6668&r1=6667&r2=6668
==============================================================================
--- tools/trunk/xpp/waitfor_xpds (original)
+++ tools/trunk/xpp/waitfor_xpds Thu May 28 09:04:21 2009
@@ -37,7 +37,7 @@
 
 # Any hardware?
 if ! dahdi_hardware="`which dahdi_hardware 2>/dev/null`"; then
-	echo >&2 "$0: Missing $dahdi_hardware"
+	echo >&2 "$0: Missing dahdi_hardware"
 	exit 0
 fi
 if [ "`$dahdi_hardware | grep xpp_usb`" = "" ]; then




More information about the svn-commits mailing list