mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
DEVTOOLS: Print usage information for encode-macbinary.sh
This commit is contained in:
parent
319149343f
commit
c375a93f68
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user