X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbootstrap_build.sh;h=c6bb8faaa914e81fdd9130168ac2db32e015674a;hb=393c5d16bddb0ffef914699d2294ca2204dd16d7;hp=4f439bd081332004db3cc7248d2be8edefcffb9b;hpb=36a9a07fc0d58746df4b6e9f2d1accca9b77d64a;p=feisty_meow.git diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index 4f439bd0..c6bb8faa 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -31,9 +31,9 @@ export INCLUDED_FROM_BOOTSTRAP=true # pull in our build variables using the path to this script. export BUILD_SCRIPTS_DIR="$( \cd "$(\dirname "$0")" && \pwd )" -echo build script initial from bootstrap: $BUILD_SCRIPTS_DIR +#echo build scripts dir initial value: $BUILD_SCRIPTS_DIR BUILD_SCRIPTS_DIR="$(echo $BUILD_SCRIPTS_DIR | tr '\\\\' '/' )" -echo build script after: $BUILD_SCRIPTS_DIR +#echo build scripts dir after chewing: $BUILD_SCRIPTS_DIR # load in feisty meow basic scripts, if not already loaded. if [ -z "$FEISTY_MEOW_SCRIPTS_LOADED" ]; then