From ee4d73a83c5c224cbc41fb9612ad68fcc717645e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 7 Apr 2007 08:32:35 +0000 Subject: change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuild writers svn path=/main/trunk/; revision=6351 --- bin/dobin | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/dobin') diff --git a/bin/dobin b/bin/dobin index f24e34167..45cc61d7e 100755 --- a/bin/dobin +++ b/bin/dobin @@ -3,8 +3,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh + if [[ $# -lt 1 ]] ; then - echo "$0: at least one argument needed" 1>&2 + vecho "$0: at least one argument needed" 1>&2 exit 1 fi @@ -18,7 +20,7 @@ for x in "$@" ; do if [[ -e ${x} ]] ; then install -m0755 -o ${PORTAGE_INST_UID:-0} -g ${PORTAGE_INST_GID:-0} "${x}" "${D}${DESTTREE}/bin" else - echo "!!! ${0##*/}: ${x} does not exist" 1>&2 + vecho "!!! ${0##*/}: ${x} does not exist" 1>&2 false fi ((ret+=$?)) -- cgit v1.2.3-1-g7c22