From 0c897d49f7b88b0c5767899489d94adea51d79c3 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Wed, 26 May 2021 14:41:35 +0000
Subject: build system: cfgtest_epilog(): fix typo.

---
 sofort/cfgtest/cfgtest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 0b2e9c9..50b7d48 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -96,7 +96,7 @@ cfgtest_epilog()
 	printf "%${cfgtest_tool_dlen}.${cfgtest_tool_dlen}s  %s.\n" \
 		"${cfgtest_line_dots}" "${2}"
 
-	if [ "${1}" = 'snippet' ] && [ -f = 'a.out' ]; then
+	if [ "${1}" = 'snippet' ] && [ -f 'a.out' ]; then
 		rm -f 'a.out'
 	fi
 
-- 
cgit v1.2.3