diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-03-09 19:10:26 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-03-09 19:10:26 +0000 |
commit | 63e4ec8a14bdd89e07bca301e6dd75a259e3befb (patch) | |
tree | d844599594be0c21f6163ba98c1d8286d37128d5 | |
parent | 0ecce044fa65b6a2a1bcf0dc967ef3d6200023c4 (diff) | |
download | portage-63e4ec8a14bdd89e07bca301e6dd75a259e3befb.tar.gz portage-63e4ec8a14bdd89e07bca301e6dd75a259e3befb.tar.bz2 portage-63e4ec8a14bdd89e07bca301e6dd75a259e3befb.zip |
Add back a missing `source isolated-functions.sh`. The color logic is handled internally.
svn path=/main/trunk/; revision=6201
-rwxr-xr-x | bin/quickpkg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/quickpkg b/bin/quickpkg index e328ca19f..396f5613d 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 |