summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-09-04 14:11:55 -0700
committerKevin McCarthy <kevin@8t8.us>2020-09-04 14:11:55 -0700
commit0f97dd3a83cdbd5b70ce0b6f702d0943280ab783 (patch)
tree4b397e58794a878b35ee45c5e5fde7948ac7dd68 /doc
parent7ae6d9aac98295c8ca2a6391feb47bc5acd211f9 (diff)
Turn off shellcheck unused var warning for doc/instdoc.sh.
Diffstat (limited to 'doc')
-rw-r--r--doc/instdoc.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/instdoc.sh.in b/doc/instdoc.sh.in
index 999f6f61..09d932ce 100644
--- a/doc/instdoc.sh.in
+++ b/doc/instdoc.sh.in
@@ -1,4 +1,5 @@
#!/bin/sh --
+# shellcheck disable=SC2034
prefix=@prefix@
exec_prefix=@exec_prefix@