From: Darik Horn Date: Fri, 30 Dec 2011 20:18:58 +0000 (-0600) Subject: Avoid using awk in the zpool_id script. X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=b97f368d047943607b5b263331d7e2075ab3ffe8;hp=b97f368d047943607b5b263331d7e2075ab3ffe8;p=zfs.git Avoid using awk in the zpool_id script. 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 Closes: #259 ---