X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=1a9d5b396f5418845033bdaa15820c40da676acb;hb=d7b0d4b552c9eda6ab0af9d8c7e5ecbb708db622;hp=d71d6a4302c30d4ffded82c7c0e73095a36a7dd7;hpb=66da892f0eed57eafaa9fd265ed49162f2a645c9;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index d71d6a43..1a9d5b39 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -152,9 +152,6 @@ if [ -z "$NECHUNG" ]; then fi } - # load in the build environment. - initialize_build_variables - ############## # windoze specific patching up missing things. @@ -165,6 +162,11 @@ if [ -z "$NECHUNG" ]; then ############## + # load in the build environment. + initialize_build_variables + + ############## + # set the path for locating applications. this is done after any # potential overrides from the user. #export PATH="$(dos_to_msys_path $BINDIR):$(dos_to_msys_path $FEISTY_MEOW_GENERATED):$PATH:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/lib:/usr/games:/usr/bin:."