aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/diffutils.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-13 12:59:10 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-13 13:16:19 -0500
commit18c493af15d67d3df3445d69d6ee48620535d8aa (patch)
treef4851a7a0c8cfe0c57e34eb2f778289d01f222bd /chapter6/diffutils.sh
parentbd6f662dfb7d293b8143785a7b28c9bfeccd0ee2 (diff)
Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.
Diffstat (limited to 'chapter6/diffutils.sh')
-rw-r--r--chapter6/diffutils.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter6/diffutils.sh b/chapter6/diffutils.sh
index f6c45af..580d795 100644
--- a/chapter6/diffutils.sh
+++ b/chapter6/diffutils.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
sed 's/help2man -i/help2man --no-discard-stderr -i /' -i man/Makefile.in
HELP2MAN="help2man --no-discard-stderr" ./configure --prefix=/usr \