diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-18 14:50:49 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-18 14:50:49 +0300 |
commit | 0eedfaa359d2dfc4094f60776b8d9d4c1e9dd560 (patch) | |
tree | f0ec178694681f63615b14de1871ec15c6eca42e /extra/kcgi | |
parent | d04875b21519c2db3d3655f03a6c3e914c936c01 (diff) | |
download | repository-0eedfaa359d2dfc4094f60776b8d9d4c1e9dd560.tar.gz |
kcgi: silence shellcheck error
Diffstat (limited to 'extra/kcgi')
-rwxr-xr-x | extra/kcgi/build | 2 |
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 \ |