makedist.midori: Fix typo in env variable name
This commit is contained in:
parent
63e68a63e3
commit
a1cb33c046
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
root_dir=$MINGW_PREFIX
|
||||
|
||||
if [ "$MINGW_PREFIX" == "" ]; then
|
||||
echo "Warning!. MING_PREFIX variable is empty!"
|
||||
echo "Warning! MINGW_PREFIX variable is empty!"
|
||||
sleep 5s
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue