Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364119 - libbash doesn't allow white space in replacement string
Summary: libbash doesn't allow white space in replacement string
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: libbash (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Petteri Räty (RETIRED)
URL:
Whiteboard:
Keywords:
: 366737 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-19 12:04 UTC by Mu Qiao (RETIRED)
Modified: 2011-05-10 15:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mu Qiao (RETIRED) gentoo-dev 2011-04-19 12:04:58 UTC
In parameter expansion, white space is allowed to appear in replacement string like
${a/hi/h i}
Our parser grammar doesn't support it currently.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2011-05-10 15:21:06 UTC
*** Bug 366737 has been marked as a duplicate of this bug. ***
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2011-05-10 15:24:37 UTC
Pushed fix to myfork. Will eventually get pushed.