diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 14:41:35 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:42:12 +0000 |
commit | 63f370b355e01290a5da96142e5e4581d8b711c6 (patch) | |
tree | c9a17063df08453297bbbe18b201a6385d6c9c9a /sofort/cfgtest | |
parent | 8dfb0c698f51877ad163c0d87bc1af80797b1e15 (diff) | |
download | sltdl-63f370b355e01290a5da96142e5e4581d8b711c6.tar.bz2 sltdl-63f370b355e01290a5da96142e5e4581d8b711c6.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 |