From 2a890bdeae610dc3aa2528793348ab286ae4eba1 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Thu, 28 Jul 2022 03:16:30 +0500 Subject: [PATCH] Fix --- sh/prev/font.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/prev/font.sh b/sh/prev/font.sh index c9eb6a0..6ba399d 100644 --- a/sh/prev/font.sh +++ b/sh/prev/font.sh @@ -1,7 +1,7 @@ # font: fontimage font() { - fontimage -o "$cache_f.png" "$f" && + fontimage -o "$cache_f.png" "$f" 2> /dev/null && mv -- "$cache_f.png" "$cache_f" }