diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 14:41:35 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:42:11 +0000 |
commit | b619cbb17890fb43348be298ea62ea32158fb430 (patch) | |
tree | 3990142869bb8ddbd101a1d95fc68dc006627ea1 /sofort/cfgtest | |
parent | 6494d74dad5d278e93711ec168607b45e51da7f7 (diff) | |
download | ntcon-b619cbb17890fb43348be298ea62ea32158fb430.tar.bz2 ntcon-b619cbb17890fb43348be298ea62ea32158fb430.tar.xz |
build system: cfgtest_epilog(): fix typo.
Diffstat (limited to 'sofort/cfgtest')
-rw-r--r-- | sofort/cfgtest/cfgtest.sh | 2 |
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 |