mclevel: Fix not setting _name

This commit is contained in:
Salt 2019-12-09 21:38:45 +00:00
parent b80f7f9ecb
commit 4c65887a89
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
# Distributed under terms of the MIT license.
#
set -e
# Read-only globals
declare -r _name="$(basename -- "$0")"
# Globals
declare -i _opthelp
declare -i _level