X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=1a9d5b396f5418845033bdaa15820c40da676acb;hb=e6e7566f88a1af46322a9727c81b67a7ed14ed33;hp=f97356c92a8c316281712d391baf2e96085b14d3;hpb=7fc1e3b0d852be36d90279b6583b046686e36804;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index f97356c9..1a9d5b39 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -152,21 +152,21 @@ if [ -z "$NECHUNG" ]; then fi } - # load in the build environment. - initialize_build_variables - ############## # windoze specific patching up missing things. if [ "$OS" == "Windows_NT" ]; then export HOSTNAME=$(echo $HOSTNAME | tr A-Z a-z) - # turn off warnings about files in dos format. give up cygwin, you're on dos/windows. - export nodosfilewarning=1 fi ############## + # 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:."