Shorter equivalent of the command.

This commit is contained in:
Ruslan Ermilov 2008-01-24 07:04:12 +00:00
parent 4ef19e9667
commit e57918352b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175618

View File

@ -56,7 +56,7 @@ hostid_set()
hostid_hardware()
{
uuid=`kenv smbios.system.uuid 2>/dev/null`
uuid=`kenv -q smbios.system.uuid`
x="[0-9a-f]"
y=$x$x$x$x
case "${uuid}" in