Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
83e49ade5724f5b3744660e45179461fe2a1b0f8
/
.
/
testsuite
/
hostid
/
hostid-works
blob: 8c20bdfcc68a38e1832d7b60f345549d1cb53117 [
file
] [
log
] [
blame
]
h
=
x$
(
busybox hostid
)
# Is $h a sequence of hex numbers?
case
"$h"
in
x
*[!
0
-
9a
-
f
]*)
false
;;
*)
true
;;
esac