summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-09 19:10:26 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-09 19:10:26 +0000
commit63e4ec8a14bdd89e07bca301e6dd75a259e3befb (patch)
treed844599594be0c21f6163ba98c1d8286d37128d5 /bin/quickpkg
parentDisplay message about --buildpkgonly restriction in pretend mode as well (diff)
downloadportage-multirepo-63e4ec8a14bdd89e07bca301e6dd75a259e3befb.tar.gz
portage-multirepo-63e4ec8a14bdd89e07bca301e6dd75a259e3befb.tar.bz2
portage-multirepo-63e4ec8a14bdd89e07bca301e6dd75a259e3befb.zip
Add back a missing `source isolated-functions.sh`. The color logic is handled internally.
svn path=/main/trunk/; revision=6201
Diffstat (limited to 'bin/quickpkg')
-rwxr-xr-xbin/quickpkg5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/quickpkg b/bin/quickpkg
index e328ca19..396f5613 100755
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@ -82,10 +82,7 @@ while [[ -n $1 ]] ; do
done
[[ ${SET_X} == "yes" ]] && set -x
-case ${NOCOLOR:-false} in
- yes|true) unset_colors;;
- no|false) set_colors;;
-esac
+source "${PORTAGE_BIN_PATH}/isolated-functions.sh"
# here we make a package given a little info
# $1 = package-name w/version