summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"