mirror of
https://github.com/nginx/nginx.git
synced 2025-01-23 14:53:10 -06:00
Don't ignore xmllint errors.
This commit is contained in:
parent
b0067b6853
commit
40be916e1c
@ -16,7 +16,7 @@ define XSLScript
|
||||
endef
|
||||
|
||||
define XSLT
|
||||
xmllint --noout --valid $2; \
|
||||
xmllint --noout --valid $2
|
||||
xsltproc -o $3 \
|
||||
$(shell echo $4 \\
|
||||
| sed -e "s/\([^= ]*\)=\([^= ]*\)/--param \1 \"'\2'\"/g") \
|
||||
|
Loading…
Reference in New Issue
Block a user