First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 176979
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Bo Ørsted Andresen (RETIRED) <zlin@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
use_echo.patch like this patch Bo Ørsted Andresen (RETIRED) 2007-05-04 00:20 0000 653 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 176979 depends on: Show dependency tree
Bug 176979 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-05-04 00:20 0000
bash has a bug with things like $'\001' in functions (in this case src_unpack()
when those functions are stored as part of the env storing done by paludis.
I've reported the bug upstream but pending resolution of that bug could you
kindly as a workaround replace testExp=$'\nnn' with testExp=$(echo -e '\0nnn')
to make it work for paludis users?

------- Comment #1 From Bo Ørsted Andresen (RETIRED) 2007-05-04 00:20:58 0000 -------
Created an attachment (id=118107) [edit]
like this

------- Comment #2 From Vlastimil Babka (Caster) 2007-05-04 00:59:06 0000 -------
Fixed, thanks.

First Last Prev Next    No search results available      Search page      Enter new bug