Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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?
Created an attachment (id=118107) [edit] like this
Fixed, thanks.