Merge pull request #153 from THU-DSP-LAB/minor_fix_build_ventus_sh

fix: update shebang in build-ventus.sh to ensure compatibility
This commit is contained in:
ZhouJing(周晶) 2024-11-18 21:48:34 +08:00 committed by GitHub
commit ea97b09f8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!bash #!/usr/bin/env bash
DIR=$(cd "$(dirname "${0}")" &> /dev/null && (pwd -W 2> /dev/null || pwd)) DIR=$(cd "$(dirname "${0}")" &> /dev/null && (pwd -W 2> /dev/null || pwd))
VENTUS_BUILD_DIR=${DIR}/build VENTUS_BUILD_DIR=${DIR}/build