From df644beaa6a9c14c051b63e3dc42bc19b0c29246 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 18 Jan 2012 08:02:39 -0500 Subject: [PATCH] updated to clean up some of the crud from the bug hunt. --- scripts/generator/bootstrap_build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index b7e2fa14..1e0654fd 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -254,12 +254,8 @@ if [ -z "$JUST_BOOTSTRAP_APPS" ]; then pushd "$REPOSITORY_DIR" &>/dev/null unset BUILD_DEFAULTS declare -a BUILD_DEFAULTS=( "BOOT_STRAPPING=" "OPTIMIZE=t" "DEBUG=t" "REBUILD=t" ) - export NOT_SLIMLINE=true make_code - popd &>/dev/null - -echo hey ho ho hey, got to final place -ls -al $PRODUCTION_DIR/logs + popd &>/dev/null fi -- 2.34.1