mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update build.sh
This commit is contained in:
parent
5753c3e72f
commit
1f78755da2
@ -63,7 +63,8 @@ then
|
||||
# Execute all commands
|
||||
for file in /build/packages/pre-build/*.sh ;
|
||||
do
|
||||
# The script may want to modify environment variables. Why not to allow it to do so?
|
||||
# The script may want to modify environment variables. Why not to allow it to do so?
|
||||
# shellcheck disable=SC1090
|
||||
source "$file"
|
||||
done
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user