mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
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:
parent
87193e2b61
commit
db7c1771da
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
CONFIG="${CONFIG:-/etc/zfs/zdev.conf}"
|
||||
AWK="${AWK:-/usr/bin/awk}"
|
||||
|
Loading…
Reference in New Issue
Block a user