Always convert uuid to lower case.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2015-05-08 23:36:31 +00:00
parent f23ed79b08
commit 2547b459b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282672

View File

@ -58,7 +58,7 @@ hostid_set()
valid_hostid()
{
uuid=$1
uuid=$(echo $1 | tr '[:upper:]' '[:lower:]')
x="[0-9a-f]"
y=$x$x$x$x