Fix variable __maxlen to _maxlen

I did not test this, but it looks obviously like a bug.
This commit is contained in:
EricKrausser
2022-03-05 09:55:38 +01:00
committed by GitHub
parent 8be5f5fcb4
commit 14d9a716de

View File

@@ -361,7 +361,7 @@ util::check_name(){
local _maxlen="$2"
if [ ${VERSION_BSD} -ge 1300000 ]; then
: ${__maxlen:=229}
: ${_maxlen:=229}
else
: ${_maxlen:=30}
fi