Mail Archives: cygwin/1997/04/09/21:14:41
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".
- Raw text -