also support --help

This commit is contained in:
Rudolf Polzer 2010-08-21 15:44:52 +02:00
parent 6cac5de987
commit 45ea160704

View File

@ -11,7 +11,7 @@ icon_icns=Darkplaces.app/Contents/Resources/Darkplaces.icns
icon_ico=darkplaces.ico
icon_xpm=darkplaces.xpm
if [ -z "$1" ]; then
if [ -z "$1" ] || [ x"$1" = x"--help" ]; then
echo "Usage: $0 brandfile binaries..."
exit
fi