diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 14:41:35 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:42:13 +0000 |
commit | 5d750c7069bf7aaaaac2c974a4d2d091b5ac7d7a (patch) | |
tree | 0489adf695958f8ff7463ddd4fa93b9340e3b3f0 | |
parent | 63f899683b649de0888d410b082f8c0f092bdce0 (diff) | |
download | sofort-5d750c7069bf7aaaaac2c974a4d2d091b5ac7d7a.tar.bz2 sofort-5d750c7069bf7aaaaac2c974a4d2d091b5ac7d7a.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 |