aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2015-08-31 00:03:48 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2015-08-31 00:03:48 -0400
commit682265b917afaffcce30026fca6c72f795177dc6 (patch)
tree059e22cf9fd69d41b5e2a694fe762e345028c81a
parentUSE=${USE} gets parsed in bash instead of in make.conf, \${USE} prevents the ... (diff)
downloadcatalyst-682265b9.tar.gz
catalyst-682265b9.tar.bz2
catalyst-682265b9.zip
remove pointless USE=${USE} message
-rwxr-xr-xtargets/support/chroot-functions.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index 4506eef3..14a2e350 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -177,7 +177,6 @@ setup_pkgmgr(){
run_merge --oneshot --update --newuse sys-apps/portage
sed -i "/USE=\"\${USE} $1\"/d" "${clst_make_conf}"
else
- echo "Updating portage with USE=\"\${USE}\""
run_merge --oneshot --update --newuse sys-apps/portage
fi
}