aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/grub.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:13:28 -0500
commit56e29b604095766ed97e6d64cb9146ff493209df (patch)
tree8b0a5fbd0169bc82e7139f7d0c67950aaa9a9ed4 /chapter8/grub.sh
parentf75acffb01470b308ee9f0d53dd286a63f1191e3 (diff)
Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.
Diffstat (limited to 'chapter8/grub.sh')
-rw-r--r--chapter8/grub.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter8/grub.sh b/chapter8/grub.sh
index edb7b3b..9c2917b 100644
--- a/chapter8/grub.sh
+++ b/chapter8/grub.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
sed "s/gold-version/& -R .note.gnu.property/" \
-i Makefile.in grub-core/Makefile.in