From 18c493af15d67d3df3445d69d6ee48620535d8aa Mon Sep 17 00:00:00 2001
From: William Harrington <kb0iic@berzerkula.org>
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/gperf.sh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'chapter8/gperf.sh')

diff --git a/chapter8/gperf.sh b/chapter8/gperf.sh
index 66c6e76..c2b8a9f 100644
--- a/chapter8/gperf.sh
+++ b/chapter8/gperf.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+set -e
 
 ./configure --prefix=/usr --docdir=/usr/share/doc/gperf-"${VERSION}"
 
-- 
cgit v1.2.3-54-g00ecf