summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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