aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/bzip2.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-08 18:49:04 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-08 18:49:04 -0500
commitdd8ac86ccddee8f91a47fe332991105be8d3bf8e (patch)
tree71feb4025036d8efcb63b0ec40b012fbad45fdf2 /chapter8/bzip2.sh
parent6fe7cbce4bdf80bc357fa5501aa69590772cfc57 (diff)
Add shellcheck parsing directives.
Diffstat (limited to 'chapter8/bzip2.sh')
-rw-r--r--chapter8/bzip2.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter8/bzip2.sh b/chapter8/bzip2.sh
index b1b4459..81b111e 100644
--- a/chapter8/bzip2.sh
+++ b/chapter8/bzip2.sh
@@ -2,6 +2,7 @@
patch -Np1 -i ../bzip2-"${VERSION}"-install_docs-1.patch
+# shellcheck disable=SC2016
sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile
sed -i "s@(PREFIX)/man@(PREFIX)/share/man@g" Makefile