diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:24:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:24:48 +0300 |
commit | b340538f52914b8572e9f6f23cf61a717311f390 (patch) | |
tree | dee49814fd67974516911a3904224edb4194e202 /community/figlet | |
parent | 7bd1f06d362330cdbe0354cf1142a656f36f1499 (diff) | |
download | repository-b340538f52914b8572e9f6f23cf61a717311f390.tar.gz |
figlet: use clsed
Diffstat (limited to 'community/figlet')
-rwxr-xr-x | community/figlet/build | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |