aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/ninja.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/ninja.sh
parent6fe7cbce4bdf80bc357fa5501aa69590772cfc57 (diff)
Add shellcheck parsing directives.
Diffstat (limited to 'chapter8/ninja.sh')
-rw-r--r--chapter8/ninja.sh1
1 files changed, 1 insertions, 0 deletions
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" );\