From: raf AT comdyn DOT com DOT au (raf) Subject: Re: bug in bash v18 26 Oct 1997 20:21:15 -0800 Message-ID: <199710270138.MAA06561.cygnus.gnu-win32@mali.cd.comdyn.com.au> To: pbogle AT lcs DOT mit DOT edu Cc: gnu-win32 AT cygnus DOT com >Here's a bug I noticed in Bash v18: >In some cases, if a back tick expression is used to generate a command name >and the generated text contains a newline, bash will reply-- >: command not found >It appears to trying to treat the newline as the command rather than the >text. this might have something to do with file systems mounted as != binary. the backticked command produces CRLF and bash doesn't expect it? try remounting as = binary and see what hapepns. raf - 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".