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/bash.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter8/bash.sh') diff --git a/chapter8/bash.sh b/chapter8/bash.sh index 65eb2d8..b4ca0c2 100644 --- a/chapter8/bash.sh +++ b/chapter8/bash.sh @@ -2,6 +2,7 @@ patch -Np1 -i ../bash-"${VERSION}"-fixes-1.patch +# shellcheck disable=SC2016 sed -i '/^bashline.o:.*shmbchar.h/a bashline.o: ${DEFDIR}/builtext.h' Makefile.in ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf