Remove overzealous quoting in RING_BELL

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@396 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-01-06 19:54:50 +00:00
parent a28dac71ec
commit 1aa8a8b329

View File

@ -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