mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
bump_version_set_code_name.sh: check number of parameters
This commit is contained in:
parent
5db39f03f5
commit
55e2b64e9d
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
if [[ ( -z $1 ) || ( -z $2 ) ]]; then
|
||||
if (( ${#@} != 2 )); then
|
||||
echo Usage: mkvver newver codename
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user