From: Zac Medico Date: Fri, 9 Mar 2007 19:10:26 +0000 (-0000) Subject: Add back a missing `source isolated-functions.sh`. The color logic is handled intern... X-Git-Tag: v2.2_pre1~1589 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63e4ec8a14bdd89e07bca301e6dd75a259e3befb;p=portage.git Add back a missing `source isolated-functions.sh`. The color logic is handled internally. svn path=/main/trunk/; revision=6201 --- 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