mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:33:31 +03:00
scripts: use end-of-options marker in find -exec commands
Closes #19450
This commit is contained in:
parent
a8e46c5ab1
commit
6aab1dc263
8 changed files with 13 additions and 13 deletions
2
.github/workflows/non-native.yml
vendored
2
.github/workflows/non-native.yml
vendored
|
|
@ -310,7 +310,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: 'curl info'
|
||||
run: find . -type f \( -name curl -o -name '*.so' -o -name '*.a' \) -exec file '{}' \;
|
||||
run: find . -type f \( -name curl -o -name '*.so' -o -name '*.a' \) -exec file -- '{}' \;
|
||||
|
||||
- name: 'build tests'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue