diff options
-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 |