diff options
-rwxr-xr-x | bin/ebuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |