From: iwa AT mmp DOT fujitsu DOT co DOT 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 AT cygnus DOT 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 AT a@b AT 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 AT cygnus DOT com" with one line of text: "help".