Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21570 - Minor problem in ebuild.sh
Summary: Minor problem in ebuild.sh
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-23 16:04 UTC by Paul de Vrieze (RETIRED)
Modified: 2011-10-30 22:19 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 Paul de Vrieze (RETIRED) gentoo-dev 2003-05-23 16:04:20 UTC
While working on the clean ebuild I found a small problem in ebuild.sh

In lines 750 and 752 the ${S} variable is used unescaped. Unfortunately the
clean source path contains spaces (yeah I know, linux is just very low priority
for the clean people) which will have ebuild.sh complain. Putting "quotes"
arround the variables should do the trick
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-05-23 16:06:30 UTC
The problem is also at lines:
677 and s679
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2003-05-29 04:10:55 UTC
Ok. Adjusted.

Please provide diffs instead of line numbers.
Rarely ever are line number accurate. They tend
to change greatly in short periods of time.