genfio: use /bin/bash hashbang
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 1 Mar 2020 22:01:39 +0000 (22:01 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 1 Mar 2020 22:10:38 +0000 (22:10 +0000)
commit10ee8843e79763e8b6ff967f8a2b5d5b92411f90
tree2eb2e56ee26ef90e2ea568844403e6ac608ab0bd
parent58d3994d9be0783990af82571cea819b499d526c
genfio: use /bin/bash hashbang

Not all distros have done usrmerge - Debian
https://salsa.debian.org/debian/fio/-/blob/5a608e04b947aed0d3b49d7ca9a85ed9afe9ec56/debian/patches/genfio-interpreter
and SUSE (https://build.opensuse.org/request/show/541207 ) have been
carrying a patch changing the interpreter for genfio back to /bin/bash
and that's before you get to other OSes such as macOS...

Since /bin/bash works everywhere let's do this upstream too.

Fixes: https://github.com/axboe/fio/pull/883
Inspired-by: Changcheng Liu <changcheng.liu@aliyun.com>
Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
tools/genfio