Skip to content
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

Fix issue with bundle config and escaping the config #550

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Sep 11, 2024

@jrafanie Please review.

@@ -220,7 +220,7 @@ bin/setup
This can also be configured within bundler:

```
bundle config build.ovirt-engine-sdk --with-cflags="-Wno-error=incompatible-function-pointer-types -Wno-error=implicit-function-declaration"
bundle config build.ovirt-engine-sdk "--with-cflags=-Wno-error=incompatible-function-pointer-types\\ -Wno-error=implicit-function-declaration"
Copy link
Member

Choose a reason for hiding this comment

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

Obviously... pfft... Too easy. 🤣

At least it's not 10 backslashes.

@jrafanie jrafanie merged commit a984fbc into ManageIQ:master Sep 11, 2024
1 check passed
github-actions bot pushed a commit to ManageIQ/manageiq.github.io that referenced this pull request Sep 11, 2024
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