From dd8ac86ccddee8f91a47fe332991105be8d3bf8e Mon Sep 17 00:00:00 2001 From: William Harrington <kb0iic@berzerkula.org> Date: Thu, 8 Apr 2021 18:49:04 -0500 Subject: Add shellcheck parsing directives. --- chapter8/ninja.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter8/ninja.sh') diff --git a/chapter8/ninja.sh b/chapter8/ninja.sh index 3f93e56..744dffc 100644 --- a/chapter8/ninja.sh +++ b/chapter8/ninja.sh @@ -2,6 +2,7 @@ export NINJAJOBS=4 +# shellcheck disable=SC1004 sed -i '/int Guess/a \ int j = 0;\ char* jobs = getenv( "NINJAJOBS" );\ -- cgit v1.2.3-54-g00ecf