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 | f007692f1aa1acfe0bc48f20b474ff5b1015b6d8 (patch) | |
tree | 3e94ca199a7c611318f5210837dd29463e9f621e /sofort | |
parent | 97b4dd85b152b9586fbd5b36334105154b9c2b08 (diff) | |
download | ntapi-f007692f1aa1acfe0bc48f20b474ff5b1015b6d8.tar.bz2 ntapi-f007692f1aa1acfe0bc48f20b474ff5b1015b6d8.tar.xz |
build system: cfgtest_epilog(): fix typo.
Diffstat (limited to 'sofort')
-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 |