mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
bash -> source
This commit is contained in:
parent
0f2d7233d9
commit
5753c3e72f
@ -63,7 +63,8 @@ then
|
||||
# Execute all commands
|
||||
for file in /build/packages/pre-build/*.sh ;
|
||||
do
|
||||
bash "$file"
|
||||
# The script may want to modify environment variables. Why not to allow it to do so?
|
||||
source "$file"
|
||||
done
|
||||
else
|
||||
echo "There are no subcommands to execute :)"
|
||||
|
Loading…
Reference in New Issue
Block a user