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>
This commit is contained in:
Darik Horn 2011-12-04 14:01:58 -06:00 committed by Brian Behlendorf
parent 87193e2b61
commit db7c1771da

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
CONFIG="${CONFIG:-/etc/zfs/zdev.conf}"
AWK="${AWK:-/usr/bin/awk}"