Demote the whackbang in the zpool_id script.
authorDarik Horn <dajhorn@vanadac.com>
Sun, 4 Dec 2011 20:01:58 +0000 (14:01 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 5 Dec 2011 17:48:18 +0000 (09:48 -0800)
commitdb7c1771da2634af4e2a4323759656c7f0afe689
treeab6e6b034a83abcfb5f599e526901641e5e2bc95
parent87193e2b6111d6080df90c2c8e03ce49b14e031a
Demote the whackbang in the zpool_id script.

The zpool_id script is posixly correct and does not use bash
features, so change its whackbang from /bin/bash to /bin/sh.

Debian policy also stipulates that system scripts be dash compatible.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
cmd/zpool_id/zpool_id