scripts: change shebang to call bash directly instead of env
This commit is contained in:
parent
2980718b29
commit
c9ae8d26f3
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Cleanup
|
||||
set -e
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Cleanup
|
||||
set -e
|
||||
|
Loading…
x
Reference in New Issue
Block a user