From: drowe67 Date: Thu, 19 Jul 2012 00:28:07 +0000 (+0000) Subject: stop mangling of command line on exitfrom enu script X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=83aafa2e17c6817ac26c9ad90855ef575398bbc7;p=freetel-svn-tracking.git stop mangling of command line on exitfrom enu script git-svn-id: https://svn.code.sf.net/p/freetel/code@593 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/script/menu.sh b/codec2-dev/script/menu.sh index 386a39e7..c0335d27 100755 --- a/codec2-dev/script/menu.sh +++ b/codec2-dev/script/menu.sh @@ -59,6 +59,7 @@ while true ; do stty -cbreak if [ -n "$readchar" ] ; then if [ x$readchar == 'xq' -o x$readchar == 'xQ' ] ; then + echo exit 0 fi if [ -z ${file[$readchar]} ] ; then