diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 14:41:35 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:42:10 +0000 |
commit | 05a0c6b44593c229ed7b5be2f3bf1ff7c85b5900 (patch) | |
tree | a84b328b093ce6c12e20fe0e8bcd21852d90f3b6 | |
parent | 8d94ba1e3932b485baa318b631b51c64d92ea730 (diff) | |
download | apimagic-05a0c6b44593c229ed7b5be2f3bf1ff7c85b5900.tar.bz2 apimagic-05a0c6b44593c229ed7b5be2f3bf1ff7c85b5900.tar.xz |
build system: cfgtest_epilog(): fix typo.
-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 |