diff options
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 \ |