attempting to make the code build not require previous setup of scripts.
authorChris Koeritz <fred@gruntose.com>
Mon, 5 Mar 2012 22:47:17 +0000 (17:47 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 5 Mar 2012 22:47:17 +0000 (17:47 -0500)
scripts/generator/bootstrap_build.sh

index dadb95b5e8b297ce5a2e2e6935f1477564c012ce..33a9b24a50475ae7580eeb93b77f078c450cd983 100644 (file)
@@ -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"