From e07be520145730eb14cef2845c7d906298cdf1b7 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 13 Apr 2021 12:59:10 -0500 Subject: Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS. --- chapter8/man-pages.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter8/man-pages.sh') diff --git a/chapter8/man-pages.sh b/chapter8/man-pages.sh index db9dad4..c019094 100644 --- a/chapter8/man-pages.sh +++ b/chapter8/man-pages.sh @@ -1,3 +1,4 @@ #!/bin/bash +set -e make -j1 install -- cgit v1.2.3-54-g00ecf