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]

cygwinb19.4 bug?


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".


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