Bug#337294: dash: Echo'ing \c breaks subsequent calls to echo

2005-11-14 Thread Herbert Xu
On Fri, Nov 04, 2005 at 10:51:41AM +, Gerrit Pape wrote: Hi Herbert, please see http://bugs.debian.org/337294, I can confirm the problem and the fix. Thanks for the report, Mike. Regards, Gerrit. Thanks guys. I ended up fixing it by getting conv_escape_str to return directly whether

Bug#337294: dash: Echo'ing \c breaks subsequent calls to echo

2005-11-04 Thread Gerrit Pape
On Thu, Nov 03, 2005 at 07:16:53PM +0100, Mike Hommey wrote: Here is a simple test case: #!/bin/dash echo test\\ test echo '\c' echo test\\ test it outputs: test\ test test\ This is due to mis-usage of a global variable. See attached patch for a fix. Hi Herbert, please see

Bug#337294: dash: Echo'ing \c breaks subsequent calls to echo

2005-11-03 Thread Mike Hommey
Package: dash Version: 0.5.2-8 Severity: normal Tags: patch, upstream Here is a simple test case: #!/bin/dash echo test\\ test echo '\c' echo test\\ test it outputs: test\ test test\ instead of test\ test test\ test This is due to mis-usage of a global variable. See attached patch for a fix.