Skip to content

Fix sed aliasing in generate-results.sh for macOS #352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2025

Conversation

AdamGS
Copy link
Contributor

@AdamGS AdamGS commented Apr 17, 2025

By default, aliases are not expanded in bash scripts, meaning the macos sed is still being used in the rest of the script even if gsed is available.
This change allows aliases to be expanded for the purposes of running this script, verified this behavior and fix on my macbook.

@CLAassistant
Copy link

CLAassistant commented Apr 17, 2025

CLA assistant check
All committers have signed the CLA.

@AdamGS AdamGS changed the title Fixing sed aliasing in generate-results.sh Fix sed aliasing in generate-results.sh for macos Apr 17, 2025
@AdamGS AdamGS changed the title Fix sed aliasing in generate-results.sh for macos Fix sed aliasing in generate-results.sh for macOS Apr 18, 2025
@rschu1ze rschu1ze merged commit 631bbe8 into ClickHouse:main Apr 19, 2025
@AdamGS
Copy link
Contributor Author

AdamGS commented Apr 20, 2025

@rschu1ze thanks for the quick turnaround and thank you for maintaining this project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants