scripts: change shebang to call bash directly instead of env

This commit is contained in:
Eric Torres 2024-09-20 23:20:54 -07:00
parent 2980718b29
commit c9ae8d26f3
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/bash
# Cleanup
set -e

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/bash
# Cleanup
set -e

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/bash
# Cleanup
set -e