From 8079bda7024dc254bd0356f91e44b79ba0edf7b5 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 5 Mar 2012 17:47:17 -0500 Subject: [PATCH] attempting to make the code build not require previous setup of scripts. --- scripts/generator/bootstrap_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index dadb95b5..33a9b24a 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -33,6 +33,7 @@ echo build script initial from bootstrap: $BUILD_SCRIPTS_DIR BUILD_SCRIPTS_DIR="$(echo $BUILD_SCRIPTS_DIR | tr '\\\\' '/' )" echo build script after: $BUILD_SCRIPTS_DIR # load in feisty meow basic scripts, if not already loaded. +bash "$BUILD_SCRIPTS_DIR/../core/bootstrap_shells.sh" source "$BUILD_SCRIPTS_DIR/../core/launch_feisty_meow.sh" # load in build variables based on our deduced paths. source "$BUILD_SCRIPTS_DIR/build_variables.sh" "$BUILD_SCRIPTS_DIR/build_variables.sh" -- 2.34.1