]> granicus.if.org Git - zfs/commit
dracut: make module-setup.sh shebang explicit
authorFabian-Gruenbichler <f.gruenbichler@proxmox.com>
Mon, 14 Aug 2017 17:56:04 +0000 (19:56 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 14 Aug 2017 17:56:04 +0000 (10:56 -0700)
commit42a76fc8d757ab82fc1ce8e5e1f2079e07a5b9d4
tree8e2ee397b0c0df41719b5ead7ca755d7b7771d28
parentb52563034230b35f0562b6f40ad1a00f02bd9a05
dracut: make module-setup.sh shebang explicit

while these are source by dracut (which is a bash script)
the practical difference is small, but it is more correct:

/bin/sh is not bash on all systems (e.g. Debian and its
derivatives use /bin/dash as /bin/sh by default).

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Closes #6491
contrib/dracut/02zfsexpandknowledge/module-setup.sh.in
contrib/dracut/90zfs/module-setup.sh.in