summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-05-28 14:04:21 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-05-28 14:04:21 +0000
commitf2afc3e67a1247b3470b514e29813bcbd9864992 (patch)
tree30ac9923b4c4bdcdae123732c190bcafff052577
parentdf2922cc75319699b002550c444647e611a712d6 (diff)
xpp: if $dahdi_hardware is empty, don't use it in an error message
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6668 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rwxr-xr-xxpp/waitfor_xpds2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/waitfor_xpds b/xpp/waitfor_xpds
index e794593..85505ac 100755
--- a/xpp/waitfor_xpds
+++ b/xpp/waitfor_xpds
@@ -37,7 +37,7 @@ ab_list() {
# 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