From dd8ac86ccddee8f91a47fe332991105be8d3bf8e Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 8 Apr 2021 18:49:04 -0500 Subject: Add shellcheck parsing directives. --- chapter8/bzip2.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter8/bzip2.sh') 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 -- cgit v1.2.3-54-g00ecf