projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
685df31
)
fix typo
author
genone
<genone@gentoo.org>
Fri, 24 Mar 2006 17:16:17 +0000
(17:16 -0000)
committer
genone
<genone@gentoo.org>
Fri, 24 Mar 2006 17:16:17 +0000
(17:16 -0000)
svn path=/; revision=287
trunk/src/euse/euse
patch
|
blob
|
history
diff --git
a/trunk/src/euse/euse
b/trunk/src/euse/euse
index 299ba18ca8c738d1d9bed43da497a97cbf6dde08..fb228abd1c5fb5e0f9e136c315e3902efc377fcd 100755
(executable)
--- 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 '"'