diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-26 14:35:10 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-26 14:35:10 -0500 |
commit | ffce566e956e2f5ed6fb4281327db8fccbfa78f4 (patch) | |
tree | 4ea739d17694143274e0799a5a71ce4136c45926 /chapter6 | |
parent | 26ea60dac803ce9526f7f73dbd2866b06680d5d7 (diff) |
Last exit code will be the unset... remove it. Don't need it anyway.
Diffstat (limited to 'chapter6')
-rw-r--r-- | chapter6/m4.sh | 2 |
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 |