From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: bash extra newline bug? 9 Apr 1997 21:14:41 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <9704092239.AA02915.cygnus.gnu-win32@modi.xraylith.wisc.edu> Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Does anybody have a patch for the extra newline that bash seems to create when exec/sourc'ing programs/shell script? Didn't find any info on it on the various Web sites related to gnu-win32. eg., the read statement fails in the following script (always gets an empty line): ### CUT FROM HERE # #! /bin/sh echo_n="-n"; echo_c="" echo $echo_n "Is this correct [y/N]? " $echo_c read ans echo "Answer is = $ans" case "$ans" in y | Y | yes | YES) ;; *) exit 1 ;; esac exit 0 # ### TO HERE Funny thing is that if I run the script from COMMAND.COM, it works *every other* time! Regards, Mumit -- khan AT xrayith DOT wisc DOT edu http://www.xraylith.wisc.edu/~khan/ - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".