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
+ 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:."