summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtrunk/src/euse/euse2
1 files changed, 1 insertions, 1 deletions
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 '"'