scripts: pass -- before passing xargs

Also:
- GHA/checkdocs: escape `.` in -E regex expression.

Closes #19076
This commit is contained in:
Viktor Szakats 2025-10-15 19:45:48 +02:00
parent 3c0604bba4
commit c8aaa5d2f2
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 6 additions and 5 deletions

View file

@ -57,5 +57,5 @@ sed -e 's/ *[CcGTPpu]*,[CcGTPpu]*,[CcGTPpu]* *$//' -e 's/\(.*\)/"\1"/' | \
sort | \
while read -r nickname; \
do echo "$nickname" | sed -e "s/Builtin Object Token://g"; \
echo "$nickname" | xargs -I{} certutil -d "$db" -L -a -n {} ; \
echo "$nickname" | xargs -I{} certutil -d "$db" -L -a -n -- {} ; \
done >> "$out"