mirror of
https://github.com/curl/curl.git
synced 2026-06-18 13:35:37 +03:00
To make it easier to find external command invocation in the source. Also drop backticks from a comment. To find external command invocations in Perl code use: ```sh git grep -E "((exec|qx|open2|open3|system)\(|open\(.+-\|)" $(<perlfiles>) ``` Refs: https://perldoc.perl.org/functions/qx https://perldoc.perl.org/perlop#Simpler-Quote-Like-Operators Closes #21994 |
||
|---|---|---|
| .. | ||
| cleancmd.pl | ||
| cmp-config.pl | ||
| cmp-pkg-config.sh | ||
| codespell-ignore.words | ||
| codespell.sh | ||
| distfiles.sh | ||
| pyspelling.words | ||
| pyspelling.yaml | ||
| randcurl.pl | ||
| requirements-docs.txt | ||
| requirements-proselint.txt | ||
| requirements.txt | ||
| shellcheck-ci.sh | ||
| shellcheck.sh | ||
| spellcheck.curl | ||
| trimmarkdownheader.pl | ||
| typos.sh | ||
| typos.toml | ||
| verify-examples.pl | ||
| verify-synopsis.pl | ||
| yamlcheck.sh | ||
| yamlcheck.yaml | ||