summaryrefslogtreecommitdiff
path: root/xpp/astribank_hook
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-05-17 13:26:22 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-05-17 13:26:22 +0000
commitddd7434ddb9a3bb47275b03fdee7a04e247e0f45 (patch)
tree0dd25b64519e1c63ad9a2a831365a58bd4a1b88b /xpp/astribank_hook
parent7b12d114d03bdcc7b6598e2c44819b613a8a909a (diff)
Fix bashism (Raphael Geissert, checkbashism)
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8638 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/astribank_hook')
-rwxr-xr-xxpp/astribank_hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/astribank_hook b/xpp/astribank_hook
index 52e2826..ae38635 100755
--- a/xpp/astribank_hook
+++ b/xpp/astribank_hook
@@ -53,7 +53,7 @@ matched_devices() {
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