(improvement)(chat) reduce log in build.sh and set dir in individual (#219)

This commit is contained in:
lexluo09
2023-10-13 20:25:30 +08:00
committed by GitHub
parent f5ca33859c
commit 82ab9e3a6a
3 changed files with 10 additions and 5 deletions

View File

@@ -2,6 +2,10 @@
set -x
sbinDir=$(cd "$(dirname "$0")"; pwd)
baseDir=$(cd "$sbinDir/.." && pwd -P)
runtimeDir=$baseDir/../runtime
buildDir=$baseDir/build
chmod +x $sbinDir/supersonic-common.sh
source $sbinDir/supersonic-common.sh