From ddd7434ddb9a3bb47275b03fdee7a04e247e0f45 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 17 May 2010 13:26:22 +0000 Subject: Fix bashism (Raphael Geissert, checkbashism) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8638 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/astribank_hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/astribank_hook') 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 -- cgit v1.2.3