From 56e29b604095766ed97e6d64cb9146ff493209df 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/sysvinit.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter8/sysvinit.sh') diff --git a/chapter8/sysvinit.sh b/chapter8/sysvinit.sh index 563a21a..9c12163 100644 --- a/chapter8/sysvinit.sh +++ b/chapter8/sysvinit.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e patch -Np1 -i ../sysvinit-"${VERSION}"-consolidated-1.patch -- cgit v1.2.3-54-g00ecf