iucvterm/bin/chiucvallow: explicitly use bash

The script uses bashisms (e.g. `local` keyword) therefore make sure that
bash is used by setting the shebang line to `#!/bin/bash`.

Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2023-05-23 11:33:34 +02:00
committed by Steffen Eiden
parent f3b7f4b14b
commit 5522aaedf4

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# z/VM IUCV HVC device driver -- Edit z/VM user ID filter
#