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

Removes any potential user endline configuration #19

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

tpyle
Copy link
Contributor

@tpyle tpyle commented Nov 2, 2023

I discovered an issue with my curl config (I have a .curlrc file with -w "\n" in it) where it was attempting to untar \n<file name>. This change corrects this behavior so it will unset any user configuration.

Alternatively, -q or --disable could be used, but users might have specific configuration related to some other needed functionality that might break curl entirely if those were used.

Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

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

Looks reasonable; could you copy install.sh to _site/ as well (the checked-in built copy of the site)?

@tpyle
Copy link
Contributor Author

tpyle commented Nov 3, 2023

Looks reasonable; could you copy install.sh to _site/ as well (the checked-in built copy of the site)?

Done, thanks for the heads up!

@cfallin cfallin merged commit 6c4e4b2 into bytecodealliance:gh-pages Nov 3, 2023
1 check passed
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.

2 participants