From 887305880a592ee303aa4da9e8e1b76f0dc88944 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 1 Nov 2014 13:22:24 -0400 Subject: man/make.sh: die if /usr/bin/xsltproc is not found Signed-off-by: Anthony G. Basile --- man/make.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/make.sh b/man/make.sh index 4e2299e33f..ca98f60585 100755 --- a/man/make.sh +++ b/man/make.sh @@ -1,5 +1,7 @@ #/bin/sh +set -e + XSLTPROC="/usr/bin/xsltproc" XSLTPROC_FLAGS="--stringparam man.output.quietly 1 \ -- cgit v1.2.3-54-g00ecf