summaryrefslogtreecommitdiffstats
path: root/bin/doexe
diff options
context:
space:
mode:
Diffstat (limited to 'bin/doexe')
-rwxr-xr-xbin/doexe4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/doexe b/bin/doexe
index 949527768..257bfea8e 100755
--- a/bin/doexe
+++ b/bin/doexe
@@ -3,6 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/bin/doexe,v 1.10.2.1 2004/12/06 03:01:43 carpaski Exp $
+source /usr/lib/portage/bin/isolated-functions.sh
+
if [[ $# -lt 1 ]] ; then
echo "$0: at least one argument needed" 1>&2
exit 1
@@ -17,7 +19,7 @@ for x in "$@" ; do
cp "${x}" "${T}"
mysrc="${T}"/$(/usr/bin/basename "${x}")
elif [ -d "${x}" ] ; then
- echo "doexe: warning, skipping directory ${x}"
+ vecho "doexe: warning, skipping directory ${x}"
continue
else
mysrc="${x}"