aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-07-25 19:57:47 +0300
committerChristos.K <freedomrfox@gmail.com>2017-07-25 19:57:47 +0300
commit8200404d5ebf4ddeb3acae6413b9a44793ef554f (patch)
treefd66821382dc6aeecb9a92047f736f800d9da619 /scripts
parentFixed wrong cconfdir variable and included comments for the devname.info file (diff)
downloadGSE-8200404d5ebf4ddeb3acae6413b9a44793ef554f.tar.gz
GSE-8200404d5ebf4ddeb3acae6413b9a44793ef554f.tar.bz2
GSE-8200404d5ebf4ddeb3acae6413b9a44793ef554f.zip
Minor change
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/functions/makeconf_ed8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/functions/makeconf_ed b/scripts/functions/makeconf_ed
index 66b8747..64979a0 100755
--- a/scripts/functions/makeconf_ed
+++ b/scripts/functions/makeconf_ed
@@ -279,14 +279,14 @@ optim
cpuflagsx86
if [[ ! -e "${CCONFDIR}/system/portage/usef" ]]; then
-cat >"${CCONFDIR}/system/portage/usef" <<\EOF
-USE=""
+ cat >"${CCONFDIR}/system/portage/usef" <<\EOF
+ USE=""
EOF
fi
if [[ ! -e "${CCONFDIR}/system/portage/emdefopt" ]]; then
-cat >"${CCONFDIR}/system/portage/emdefopt" <<\EOF
-EMERGE_DEFAULT_OPTS=""
+ cat >"${CCONFDIR}/system/portage/emdefopt" <<\EOF
+ EMERGE_DEFAULT_OPTS=""
EOF
fi