We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16b115 commit 95909e8Copy full SHA for 95909e8
bin/lint.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
-find xml -name 'issue*.xml' -print0 | \
3
- xargs -0 -P $(getconf _NPROCESSORS_ONLN) -n 128 \
+find xml -name 'issue*.xml' -print0 \
+ | xargs -0 -P $(getconf _NPROCESSORS_ONLN) -n 128 \
4
xmllint --noout --nowarning --dtdvalid xml/lwg-issue.dtd
0 commit comments