appimage: Match any unknown parameters (not just flags)

This commit is contained in:
Mike Salvatore 2021-05-03 07:45:10 -04:00
parent de9d750e3c
commit 684a6f8171
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ case "$1" in
missing_argument "$1"
fi
;;
-*)
*)
echo "Error: Unsupported parameter $1" >&2
exit 1
;;