stop mangling of command line on exitfrom enu script
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 19 Jul 2012 00:28:07 +0000 (00:28 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 19 Jul 2012 00:28:07 +0000 (00:28 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@593 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/script/menu.sh

index 386a39e7c0302ce29bc991369d0e275cbbad5f30..c0335d274812e729f15cac30265e295d2d28cef8 100755 (executable)
@@ -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