From: Chris Koeritz Date: Mon, 5 Mar 2012 22:47:17 +0000 (-0500) Subject: attempting to make the code build not require previous setup of scripts. X-Git-Tag: 2.140.90~1520 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=8079bda7024dc254bd0356f91e44b79ba0edf7b5;p=feisty_meow.git attempting to make the code build not require previous setup of scripts. --- 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"