[Scummvm-git-logs] scummvm master -> c375a93f687f888d5e73f02d6bc60cb87e724141
sev-
sev at scummvm.org
Fri Oct 2 19:04:37 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c375a93f68 DEVTOOLS: Print usage information for encode-macbinary.sh
Commit: c375a93f687f888d5e73f02d6bc60cb87e724141
https://github.com/scummvm/scummvm/commit/c375a93f687f888d5e73f02d6bc60cb87e724141
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-02T21:04:26+02:00
Commit Message:
DEVTOOLS: Print usage information for encode-macbinary.sh
Changed paths:
devtools/encode-macbinary.sh
diff --git a/devtools/encode-macbinary.sh b/devtools/encode-macbinary.sh
index 25b2b5f1b7..d8f18b109c 100755
--- a/devtools/encode-macbinary.sh
+++ b/devtools/encode-macbinary.sh
@@ -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"
More information about the Scummvm-git-logs
mailing list