summaryrefslogtreecommitdiffstats
path: root/bin/doexe
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-05-01 21:12:04 +0000
committerSimon Stelling <blubb@gentoo.org>2006-05-01 21:12:04 +0000
commit1f8b4927f9e7f7a1918cc8d522ead79ce0aeae99 (patch)
tree4cf7182aa108f06aa07c2b3b53199b7ceca50b52 /bin/doexe
parentd0325c25afa83e66310108a0a0fe74926051a83d (diff)
downloadportage-1f8b4927f9e7f7a1918cc8d522ead79ce0aeae99.tar.gz
portage-1f8b4927f9e7f7a1918cc8d522ead79ce0aeae99.tar.bz2
portage-1f8b4927f9e7f7a1918cc8d522ead79ce0aeae99.zip
make portage shut up if --quiet is given; bug 62273
svn path=/main/trunk/; revision=3296
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}"