fix: update shebang in build-ventus.sh to ensure compatibility
Replaced `#!bash` with `#!/usr/bin/env bash` in build-ventus.sh to ensure the script uses the correct Bash interpreter across different environments.
This commit is contained in:
parent
0f31d6ca08
commit
39a067c1b8
|
@ -1,4 +1,4 @@
|
|||
#!bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DIR=$(cd "$(dirname "${0}")" &> /dev/null && (pwd -W 2> /dev/null || pwd))
|
||||
VENTUS_BUILD_DIR=${DIR}/build
|
||||
|
|
Loading…
Reference in New Issue