-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Minor script cleanups #7602
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
Minor script cleanups #7602
Conversation
👉 View analysis in DeepCode’s Dashboard | Configure the bot👉 The DeepCode service and API will be deprecated in August, 2021. Here is the information how to migrate. Thank you for using DeepCode 🙏 ❤️ !If you are using our plugins, you might be interested in their successors: Snyk's JetBrains plugin and Snyk's VS Code plugin. |
I think the style changes for the shell scripts are unnecessary. I don't think they increase readability. |
Extended test 1173 (via the manpage-syntax.pl script) to detect and warn for them. Ref: #7602 Reported-by: a1346054
I'm taking advice from http://mywiki.wooledge.org/BashFAQ/082 and https://github.com/koalaman/shellcheck/wiki/SC2006 as well as other places. |
This introduces no changes in functionality, it only silences some shellcheck warnings.
This makes sure that the correct bash is used on macOS, instead of the hardcoded ancient one that lives in /bin/bash.
This introduces no changes in functionality, it only silences some shellcheck warnings and makes the code more robust.
This fixes running tests in virtualenvs (or on distros) that no longer have a symlink from python to python2 or python3.
I still don't agree with the code style commits and I think you should've done them in a separate PR as they're not the same change. I will go ahead and merge the shebang-fixes. |
This fixes running tests in virtualenvs (or on distros) that no longer have a symlink from python to python2 or python3. Closes #7602
I reworked the patches to make fewer changes https://github.com/a1346054/curl/tree/fixes I would appreciate any review feedback on how to proceed, whether I should make a new PR or leave things as they are. |
No description provided.