repo.or.cz
/
busybox-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cut: code shrink
[busybox-git.git]
/
testsuite
/
hostid
/
hostid-works
blob
8c20bdfcc68a38e1832d7b60f345549d1cb53117
1
h=x$(busybox hostid)
2
# Is $h a sequence of hex numbers?
3
case "$h" in
4
x*[!0-9a-f]*) false;;
5
*) true;;
6
esac