mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
Merge pull request #452 from EricKrausser/EricKrausser-patch-1
Fix variable __maxlen to _maxlen
This commit is contained in:
@@ -361,7 +361,7 @@ util::check_name(){
|
||||
local _maxlen="$2"
|
||||
|
||||
if [ ${VERSION_BSD} -ge 1300000 ]; then
|
||||
: ${__maxlen:=229}
|
||||
: ${_maxlen:=229}
|
||||
else
|
||||
: ${_maxlen:=30}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user