summaryrefslogtreecommitdiffhomepage
path: root/sofort/cfgtest
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
commit138dd8d6e27816e11176f750e1d721b107daa65e (patch)
tree24b04b33917d97ac1c19bc9fc2942ca7ae02ef7e /sofort/cfgtest
parentb99b403109d35efaee0fa5358128b2be88e8e6f9 (diff)
downloadperk-138dd8d6e27816e11176f750e1d721b107daa65e.tar.bz2
perk-138dd8d6e27816e11176f750e1d721b107daa65e.tar.xz
build system: cfgtest_epilog(): fix typo.
Diffstat (limited to 'sofort/cfgtest')
-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