forgot to add check if wit is installed
This commit is contained in:
parent
758ff779a0
commit
b4a78e144c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue