Bugzilla – Attachment 67684 Details for
Bug 141394
bash $'foo' quoting bug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
For reference, this is the fix
bash-3.1-extended_quote.patch (text/plain), 537 bytes, created by
Andreas Gruenbacher
on 2006-02-10 18:17:23 UTC
(
hide
)
Description:
For reference, this is the fix
Filename:
MIME Type:
Creator:
Andreas Gruenbacher
Created:
2006-02-10 18:17:23 UTC
Size:
537 bytes
patch
obsolete
>*** parse.y >--- parse.y Tue Jan 10 11:36:59 2006 >*************** >*** 2842,2848 **** > ttrans = ansiexpand (nestret, 0, nestlen - 1, &ttranslen); > xfree (nestret); > >! if ((rflags & P_DQUOTE) == 0) > { > nestret = sh_single_quote (ttrans); > free (ttrans); >--- 2842,2848 ---- > ttrans = ansiexpand (nestret, 0, nestlen - 1, &ttranslen); > xfree (nestret); > >! if (extended_quote || (rflags & P_DQUOTE) == 0) > { > nestret = sh_single_quote (ttrans); > free (ttrans);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 141394
: 67684