projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2771a96
)
attempting to make the code build not require previous setup of scripts.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 5 Mar 2012 22:47:17 +0000
(17:47 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 5 Mar 2012 22:47:17 +0000
(17:47 -0500)
scripts/generator/bootstrap_build.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/bootstrap_build.sh
b/scripts/generator/bootstrap_build.sh
index dadb95b5e8b297ce5a2e2e6935f1477564c012ce..33a9b24a50475ae7580eeb93b77f078c450cd983 100644
(file)
--- 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"