From: iwa@mmp.fujitsu.co.jp (IWAMURO Motonori)
Subject: cygwinb19.4 bug?
24 Sep 1998 00:26:10 -0700
Message-ID: <19980924011845.28881.qmail.cygnus.gnu-win32@findmail.com>
To: gnu-win32@cygnus.com

Before replacing cygwinb19.dll:

$ echo '\\\' | sed 's@\\@/@g'
///

After replacing cygwinb19.dll (in cygwinb19.4.tar.gz on Andy Piper's page):

$ echo '\\\' | sed 's@\\@/@g'
sed: Unterminated `s' command

$ echo '\\\' | sed 's#\\#/#g'
///

$ echo 'aaa' | sed 's@a@b@g'
bbb

Is this bug?


-----
Free e-mail group hosting at http://www.eGroups.com/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
