From 1aa8a8b3297b9aa231ccc85c52a51ad7a28d1712 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 6 Jan 2003 19:54:50 +0000 Subject: [PATCH] Remove overzealous quoting in RING_BELL git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@396 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index 0245eb4ae..2d82a0e39 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -610,10 +610,10 @@ get_statedir case `echo -e` in -e*) - RING_BELL="echo \'\a\'" + RING_BELL="echo \a" ;; *) - RING_BELL="echo -e \'\a\'" + RING_BELL="echo -e \a" ;; esac