From 83aafa2e17c6817ac26c9ad90855ef575398bbc7 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Thu, 19 Jul 2012 00:28:07 +0000 Subject: [PATCH] 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 --- codec2-dev/script/menu.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1