summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-26 14:41:35 +0000
committermidipix <writeonce@midipix.org>2021-05-26 14:42:11 +0000
commit0c897d49f7b88b0c5767899489d94adea51d79c3 (patch)
tree637ddd29496c86481f4139b8035ad7c8b72a0e3d
parent18be9ac5d38f8245e244c752f0387672552e703a (diff)
downloadbfirm-0c897d49f7b88b0c5767899489d94adea51d79c3.tar.bz2
bfirm-0c897d49f7b88b0c5767899489d94adea51d79c3.tar.xz
build system: cfgtest_epilog(): fix typo.
-rw-r--r--sofort/cfgtest/cfgtest.sh2
1 files changed, 1 insertions, 1 deletions
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