From ca33bea20805c7b6a136d84a8a556f029ba51556 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Jun 2007 05:36:33 +0000 Subject: change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuild writers (trunk r6351) svn path=/main/branches/2.1.2/; revision=6903 --- 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