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