Change "/bin/bash" to "/usr/bin/env bash" in shell files (#129)

This commit is contained in:
Maks
2023-09-08 15:20:11 +03:00
committed by GitHub
parent df634da0d8
commit 73fa70dcf4
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
basedir=$(cd $(dirname "$0"); pwd) basedir=$(cd $(dirname "$0"); pwd)

View File

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

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
source $(dirname "$0")/setup.sh source $(dirname "$0")/setup.sh