Avoid using awk in the zpool_id script.
authorDarik Horn <dajhorn@vanadac.com>
Fri, 30 Dec 2011 20:18:58 +0000 (14:18 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 11 Jan 2012 19:56:56 +0000 (11:56 -0800)
Some implementations of `awk` incorrectly parse the \< and \> regex
symbols, so use a `while read` loop and regular globbing instead.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes: #259


No differences found