summaryrefslogtreecommitdiffhomepage
path: root/sofort
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:12 +0000
commitf1e14d0d690e840f63096e799814c4395bb390e3 (patch)
tree0430d6d6d7ced9abd9b7a1147b08441e0a64bc00 /sofort
parent2737b9c428c78dda616eaeb70d0e140bb1f45e5b (diff)
downloadpemagine-f1e14d0d690e840f63096e799814c4395bb390e3.tar.bz2
pemagine-f1e14d0d690e840f63096e799814c4395bb390e3.tar.xz
build system: cfgtest_epilog(): fix typo.
Diffstat (limited to 'sofort')
-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