aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/m4.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 14:35:10 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 14:35:10 -0500
commitffce566e956e2f5ed6fb4281327db8fccbfa78f4 (patch)
tree4ea739d17694143274e0799a5a71ce4136c45926 /chapter6/m4.sh
parent26ea60dac803ce9526f7f73dbd2866b06680d5d7 (diff)
Last exit code will be the unset... remove it. Don't need it anyway.
Diffstat (limited to 'chapter6/m4.sh')
-rw-r--r--chapter6/m4.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter6/m4.sh b/chapter6/m4.sh
index 6dc2c9a..2f67ebe 100644
--- a/chapter6/m4.sh
+++ b/chapter6/m4.sh
@@ -12,5 +12,3 @@ sed '/^HELP2MAN/s/$/ --no-discard-stderr/' -i doc/Makefile.in
--build="$(build-aux/config.guess)" &&
make &&
make DESTDIR="${LFS}" -j1 install
-
-unset CFLAGS