aboutsummaryrefslogtreecommitdiff
path: root/extra/kcgi
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-18 14:50:49 +0300
committerCem Keylan <cem@ckyln.com>2021-07-18 14:50:49 +0300
commit0eedfaa359d2dfc4094f60776b8d9d4c1e9dd560 (patch)
treef0ec178694681f63615b14de1871ec15c6eca42e /extra/kcgi
parentd04875b21519c2db3d3655f03a6c3e914c936c01 (diff)
downloadrepository-0eedfaa359d2dfc4094f60776b8d9d4c1e9dd560.tar.gz
kcgi: silence shellcheck error
Diffstat (limited to 'extra/kcgi')
-rwxr-xr-xextra/kcgi/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/kcgi/build b/extra/kcgi/build
index 87bdc95b..0d0565fb 100755
--- a/extra/kcgi/build
+++ b/extra/kcgi/build
@@ -4,6 +4,8 @@
sed -i '/^\.for/,/^\.endfor/d' Makefile
# Modify Makefile to properly use LDFLAGS
+# We don't want this expression to expand
+# shellcheck disable=2016
sed -i '/^kfcgi:/{n; s,$, $(LDFLAGS),}' Makefile
./configure \