Merge pull request #452 from EricKrausser/EricKrausser-patch-1

Fix variable __maxlen to _maxlen
This commit is contained in:
Matt Churchyard
2022-03-07 08:57:42 +00:00
committed by GitHub

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