From 37d2f7501b7bb3256ea9026211ccebf1d0a647ae Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:39:49 +0300 Subject: kcgi: use clsed --- extra/kcgi/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/kcgi/build b/extra/kcgi/build index 0d0565fb..178fdc95 100755 --- a/extra/kcgi/build +++ b/extra/kcgi/build @@ -1,12 +1,12 @@ #!/bin/sh -e # Modify Makefile to make it POSIX -sed -i '/^\.for/,/^\.endfor/d' Makefile +clsed '/^\.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 +clsed '/^kfcgi:/{n; s,$, $(LDFLAGS),}' Makefile ./configure \ PREFIX=/usr \ -- cgit v1.2.3