This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

B19: bug in bash.exe using backquote to capture stdout


hello,
i recently found that when using bash.exe to run a shell script, the
backquote-stdout-capturing mechanism leaves carriage-return characters
in the variable.  for example, i have some console utilities which use
the combination of <cr> and <lf> to indicate a newline.  suppose this
utility is called 'myprog.exe' and running it simply outputs the
characters 'hello world<cr>'.  if, within a bash.exe shell script i do
something like
        MYVAR = `myprog`
i find that the <cr> carriage return is not stripped out and is
contained in the variable MYVAR.  thus doing something like
        echo ${MYVAR}boing
i would expect to see 'hello world boing', but instead i see '
boingworld'.

thanks,
  eric holter
  newpoint technologies, inc.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]