X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=1a9d5b396f5418845033bdaa15820c40da676acb;hb=d7b0d4b552c9eda6ab0af9d8c7e5ecbb708db622;hp=5b845db0cbe255a5ca6768bd1645af640798f137;hpb=eae64c63e3e919aa89c7b51d03f15deed829b9ac;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 5b845db0..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 cygwin=nodosfilewarning 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:."