First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 15424
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Wayne Davison <gentoo@blorf.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 15424 depends on: Show dependency tree
Bug 15424 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: 2003-02-10 04:10 0000
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 From Seemant Kulleen (RETIRED) 2003-02-10 06:42:47 0000 -------
nice catch, fixed in portage.

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