From f700d06d0123eb7595986fb941f40f715ed9e921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 27 Jan 2024 20:37:07 +0200 Subject: [PATCH] perl -> coreutils --- static/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Makefile b/static/Makefile index e412271..16e982c 100644 --- a/static/Makefile +++ b/static/Makefile @@ -1,2 +1,2 @@ style.css: style.scss grids-responsive.css pure.css - sass --no-charset --no-source-map $< | perl -p -e 'chomp if eof' > $@ + sass --no-charset --no-source-map $< | head -c -1 > $@