forgot to add check if wit is installed

This commit is contained in:
Bryson Steck 2022-06-05 02:15:54 -06:00
parent 758ff779a0
commit b4a78e144c

View file

@ -117,6 +117,12 @@ if [[ ERROR -ne 0 ]]; then
fi fi
fi fi
# check for cygwin --------------------------------------------------------------
if [[ "$OSTYPE" == "cygwin" ]]; then
export CYGWIN='yes'
fi
# check for image --------------------------------------------------------------- # check for image ---------------------------------------------------------------
if [[ ! $1 ]]; then if [[ ! $1 ]]; then