From c3e26706602213d78b23d65fbb013e1d2cd1d4df Mon Sep 17 00:00:00 2001 From: molarmanful Date: Wed, 2 Oct 2024 12:35:07 -0400 Subject: [PATCH] no way --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7a76ad2..cc1d246 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ fi if command -v bdfresize &>/dev/null; then for n in 2 3; do name=kirsch${n}x - bdfresize -f 2 out/kirsch.bdf >out/"$name".bdf + bdfresize -f "$n" out/kirsch.bdf >out/"$name".bdf ff "$name" pcf "$name" done