Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15424 - Razor-2.20 ebuild has syntax error in the ebuild file
Summary: Razor-2.20 ebuild has syntax error in the ebuild file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-10 04:10 UTC by Wayne Davison
Modified: 2003-02-10 06:42 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 Wayne Davison 2003-02-10 04:10:27 UTC
The einfo lines in the pkg_postinst() function in razor-2.20.ebuild have
unquoted backticks in them.  This causes bash to run part of the comments
as a command and spit out a couple errors:

/usr/sbin/ebuild.sh: command substitution: line 1: unexpected EOF while looking
for matching `''
/usr/sbin/ebuild.sh: command substitution: line 11: syntax error: unexpected end
of file

Then, the einfo output cryptically begins:

Run s1kret' as password:

The fix is to add a backslash before each of the two backticks.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-10 06:42:47 UTC
nice catch, fixed in portage.