On Fri, 17 Sep 2010, Schplurtz le déboulonné wrote:
> Hello,
>
> The bug is still there in Lucid.
>
> After reading Thomas Dickey's comment, I think there is no need to mark
> the bug as new. Am I right ?
right - it's a longstanding bug. iirc, mawk is reading the token in a
context where it's n
Hello,
The bug is still there in Lucid.
After reading Thomas Dickey's comment, I think there is no need to mark
the bug as new. Am I right ?
/Christophe
--
gsub does not handle \ consistently
https://bugs.launchpad.net/bugs/102208
You received this bug notification because you are a member of
On Wed, 15 Sep 2010, rusivi1 wrote:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. I noticed the package your bugging is updated in Lucid.
> Does this occur in it? If so, please feel free to mark this bug as new.
> Thanks in advance!
It is a bug unrelated
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I noticed the package your bugging is updated in Lucid.
Does this occur in it? If so, please feel free to mark this bug as new.
Thanks in advance!
--
gsub does not handle \ consistently
https://bugs.launchpad.net/
Ubuntu AMD64 8.10.
[EMAIL PROTECTED]:~$ echo '\' | mawk '{ gsub( /\\/, "" ); print }'
\
[EMAIL PROTECTED]:~$ echo '\' | mawk '{ gsub( /\\/, "\\ \\" ); print }'
\ \
The syntax is fine, it's all single-quoted. The submitter left out a print,
though. You can check that mawk is getting the rig
Is this symptom still reproducible in 8.10 beta? (Note that the syntax
seems ill on bash, mksh, ...)
** Changed in: mawk (Ubuntu)
Status: New => Incomplete
--
gsub does not handle \ consistently
https://bugs.launchpad.net/bugs/102208
You received this bug notification because you are a m