Add back a missing `source isolated-functions.sh`. The color logic is handled intern...
authorZac Medico <zmedico@gentoo.org>
Fri, 9 Mar 2007 19:10:26 +0000 (19:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 9 Mar 2007 19:10:26 +0000 (19:10 -0000)
svn path=/main/trunk/; revision=6201

bin/quickpkg

index e328ca19f161534857b105a250f57f2c8e97d448..396f5613d863a83bdc5fe7460f96514aa0b6e872 100755 (executable)
@@ -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