scripts: change shebang to call bash directly instead of env
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user