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/glibc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter8/glibc.sh') diff --git a/chapter8/glibc.sh b/chapter8/glibc.sh index 21289b1..6f6289c 100644 --- a/chapter8/glibc.sh +++ b/chapter8/glibc.sh @@ -19,6 +19,7 @@ make PARALLELMFLAGS="${MAKEFLAGS}" touch /etc/ld.so.conf +# shellcheck disable=SC2016 sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile make -j1 install -- cgit v1.2.3-54-g00ecf