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 | b2a35ab98458169f7934cf3f8a27ef0f3a1ff9a6 (patch) | |
tree | 48cd5ba18bd663e3f340b51c94f215b9737af692 | |
parent | 88a931088950ff8cfb4041288d1fff734b39905b (diff) | |
download | sbpython2-b2a35ab98458169f7934cf3f8a27ef0f3a1ff9a6.tar.bz2 sbpython2-b2a35ab98458169f7934cf3f8a27ef0f3a1ff9a6.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 |