aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-29 05:43:49 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-29 05:43:49 +0000
commit1b7b9ec3de6dbe8efbc197eb8b1a360ebf36411d (patch)
tree4881429714e2c41c2f52f4c5e112c443f3342d4b /bin
parentmake sure installed libtool files arent polluted (diff)
downloadportage-cvs-1b7b9ec3de6dbe8efbc197eb8b1a360ebf36411d.tar.gz
portage-cvs-1b7b9ec3de6dbe8efbc197eb8b1a360ebf36411d.tar.bz2
portage-cvs-1b7b9ec3de6dbe8efbc197eb8b1a360ebf36411d.zip
eat whitespace
Diffstat (limited to 'bin')
-rwxr-xr-xbin/prepstrip3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/prepstrip b/bin/prepstrip
index dfb6fcc..c9c281d 100755
--- a/bin/prepstrip
+++ b/bin/prepstrip
@@ -1,7 +1,7 @@
#!/bin/bash
# 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/prepstrip,v 1.27 2005/05/21 00:25:28 vapier Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/prepstrip,v 1.28 2005/05/29 05:43:49 vapier Exp $
if [ "${FEATURES//*nostrip*/true}" == "true" ] || [ "${RESTRICT//*nostrip*/true}" == "true" ] ; then
echo "nostrip"
@@ -10,7 +10,6 @@ if [ "${FEATURES//*nostrip*/true}" == "true" ] || [ "${RESTRICT//*nostrip*/true}
else
STRIP="${STRIP:-${CHOST}-strip}"
type -p ${STRIP} > /dev/null || STRIP=strip
-
PORTAGE_STRIP_FLAGS=${PORTAGE_STRIP_FLAGS:---strip-unneeded}
fi