ALL: Sync with ScummVM rev: a4002bdeee

This commit is contained in:
Pawel Kolodziejski
2020-10-04 23:59:26 +02:00
parent e6516edf5e
commit 4631c0e2ed
121 changed files with 1977 additions and 740 deletions
+5
View File
@@ -104,6 +104,11 @@ for parm in "$@" ; do
fi
done # for parm in ...
if [[ $# -eq 0 ]] ; then
usage
exit 0
fi
if [[ $1 == "macbinary" ]] ; then
if ! `command -v macbinary >/dev/null 2>/dev/null` ; then
echo "macbinary not found. Exiting"