euse needs this patch else running "euse -E anything" results in an error. I am using GNU bash, version 3.1.14. --- euse.rev281 2006-03-23 23:01:09.000000000 -0600 +++ euse_new 2006-03-23 23:00:07.000000000 -0600 @@ -399,7 +399,7 @@ had_use=1 fi done - if [ ${haduse} -eq 0 ]; then + if [ "${haduse}" == "0" ]; then echo -n 'USE="' echo -ne "${NEW_MAKE_CONF_USE_2%% }" echo '"'
*** Bug 127379 has been marked as a duplicate of this bug. ***
Thanks, even though the patch is wrong (was just a typo in the variable name)
I'm not much of a sh coder so I looked around and saw other code that looked like that. :)
(In reply to comment #2) > Thanks, even though the patch is wrong (was just a typo in the variable name) The problem is that the name was "haduse" when it should be "had_use", right? Has this been fixed yet? The bug is still marked as NEW.
Correct. It is fixed in our Subversion repository, just not released yet (that's when the bug will be marked as FIXED).
released in gentoolkit-0.2.2