From 3688dba28ee54e2f537e7a7aa4e9d15e0ab71bd4 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Wed, 20 Aug 2003 07:13:45 +0000 Subject: [PATCH] fixed strip wrapper I broke during switching to new optimization ROCKCFG options git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1132 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Build-Tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Build-Tools b/scripts/Build-Tools index 48720b582..9df14ec50 100755 --- a/scripts/Build-Tools +++ b/scripts/Build-Tools @@ -181,7 +181,7 @@ if [ "$STRIP_WRAPPER_NOLOOP" = 1 ] ; then echo "Aaaaaeik! Strip wrapper is looping!" >&2 exit 1 fi -if [ "$ROCKCFG_OPT" = 0 ] ; then +if [ "$ROCKCFG_OPT" = 1 ] ; then PATH=${PATH//$STRIP_WRAPPER_MYPATH:/} export STRIP_WRAPPER_NOLOOP=1 exec "`basename $0`" "$@"