From 12dd82b64c23764fab5a185bcfba446af3fcbf46 Mon Sep 17 00:00:00 2001 From: Jeremy Murphy Date: Thu, 9 Jun 2011 07:34:35 -0700 Subject: ebuild.sh: don't hardcode distcc pump path --- bin/ebuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 37a308481..9ca41a62a 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1073,8 +1073,8 @@ dyn_compile() { if hasq distcc $FEATURES && hasq distcc-pump $FEATURES ; then if [[ -z $INCLUDE_SERVER_PORT ]] || [[ ! -w $INCLUDE_SERVER_PORT ]] ; then - eval $(/usr/bin/pump --startup) - trap "/usr/bin/pump --shutdown" EXIT + eval $(pump --startup) + trap "pump --shutdown" EXIT fi fi -- cgit v1.2.3-1-g7c22