scripts: use end-of-options marker in find -exec commands

Closes #19450
This commit is contained in:
Viktor Szakats 2025-11-10 16:49:11 +01:00
parent a8e46c5ab1
commit 6aab1dc263
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
8 changed files with 13 additions and 13 deletions

View file

@ -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: |