From a0f45a73b57887a094b23919fbdcdfb9486812fd Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Mon, 25 Aug 2025 16:11:58 +0200 Subject: [PATCH] Typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com> --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4e8b5c47..7f47f03c 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ rm -rf autom4te.cache rm -f aclocal.m4 cd src -rm -f haders.mk +rm -f headers.mk echo "noinst_HEADERS = \\" > headers.mk ls -1 \ actions/*.h \