From: genone Date: Fri, 24 Mar 2006 17:16:17 +0000 (-0000) Subject: fix typo X-Git-Tag: gentoolkit-0.2.4.3~226 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c6b8e79ebd2f7b8db6abee6a5e699f272d4b15a;p=gentoolkit.git fix typo svn path=/; revision=287 --- diff --git a/trunk/src/euse/euse b/trunk/src/euse/euse index 299ba18..fb228ab 100755 --- a/trunk/src/euse/euse +++ b/trunk/src/euse/euse @@ -399,7 +399,7 @@ modify() { had_use=1 fi done - if [ ${haduse} -eq 0 ]; then + if [ ${had_use} -eq 0 ]; then echo -n 'USE="' echo -ne "${NEW_MAKE_CONF_USE_2%% }" echo '"'