Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 159598
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Catalyst Developers <catalyst@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andrew Gaffney <agaffney@gentoo.org>
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 159598 depends on: Show dependency tree
Bug 159598 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: 2006-12-31 14:32 0000
In the last commit you made on targets/stage4/stage4-chroot.sh, you
accidentally removed the "then" for the "if" statement on line 21:

 if [ -n "${clst_use}" ]
-then 
-       export USE="${USE} ${clst_HOSTUSE}"
-else   
-       USE="${clst_use}"
+       USE="${clst_HOSTUSE} ${clst_use}"
 fi

This causes a syntax error in 2.0.1. I don't think I really need to provide a
patch on this one ;)

------- Comment #1 From Chris Gianelloni (RETIRED) 2007-01-02 09:14:47 0000 -------
Fixed in SVN...

------- Comment #2 From Chris Gianelloni (RETIRED) 2007-02-06 22:54:32 0000 -------
Fixed in 2.0.2

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug