summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-04 23:39:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-04 23:39:40 +0000
commite4f2dc3fe8a3f5da34d70ab916fe9b210d78a275 (patch)
tree542d00b486ff6997f8b15b25ceadd74d09b692fc
parenttouchup output and use exec more (diff)
downloadportage-cvs-e4f2dc3fe8a3f5da34d70ab916fe9b210d78a275.tar.gz
portage-cvs-e4f2dc3fe8a3f5da34d70ab916fe9b210d78a275.tar.bz2
portage-cvs-e4f2dc3fe8a3f5da34d70ab916fe9b210d78a275.zip
remove extraneous output
-rwxr-xr-xbin/prepallstrip7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/prepallstrip b/bin/prepallstrip
index d2ffdd7..b200baf 100755
--- a/bin/prepallstrip
+++ b/bin/prepallstrip
@@ -1,11 +1,10 @@
#!/bin/bash
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/prepallstrip,v 1.12 2004/10/04 13:56:50 vapier Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/prepallstrip,v 1.13 2005/05/04 23:39:40 vapier Exp $
if [ "${FEATURES//*nostrip*/true}" == "true" ] || [ "${RESTRICT//*nostrip*/true}" == "true" ] ; then
exit 0
fi
-echo "prepallstrip:"
-prepstrip "${D}"
+exec prepstrip "${D}"