Skip to content

[VL] Fix setup scripts with multiple commands to run#10930

Merged
marin-ma merged 2 commits intoapache:mainfrom
marin-ma:fix-setup-script
Oct 24, 2025
Merged

[VL] Fix setup scripts with multiple commands to run#10930
marin-ma merged 2 commits intoapache:mainfrom
marin-ma:fix-setup-script

Conversation

@marin-ma
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the BUILD label Oct 23, 2025
Copy link
Copy Markdown
Member

@philo-he philo-he left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Comment thread dev/builddeps-veloxbe.sh
build_velox_backend
else
echo "Commands to run: $commands_to_run"
for cmd in "$commands_to_run"; do
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems we can also fix it by removing the quote mark as follows:
for cmd in $commands_to_run; do

They are both good to me.

@marin-ma marin-ma merged commit 6a31128 into apache:main Oct 24, 2025
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants