From b340538f52914b8572e9f6f23cf61a717311f390 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:24:48 +0300 Subject: figlet: use clsed --- community/figlet/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/figlet/build b/community/figlet/build index eb782e43..2ad1c032 100755 --- a/community/figlet/build +++ b/community/figlet/build @@ -1,6 +1,6 @@ #!/bin/sh -e -sed -i '/DECLS/d' utf8.h +clsed '/DECLS/d' utf8.h mk() { make \ -- cgit v1.2.3