diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 14:41:35 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:41:35 +0000 |
commit | e56ec07b79ed453b94750780e7e7723ce02db27e (patch) | |
tree | 723d9b21fd0d311d6e3b39acd9bffba45de27ace /sofort/cfgtest | |
parent | 63dba7a001a818ddf0d19a48d36b6843158c3043 (diff) | |
download | slibtool-e56ec07b79ed453b94750780e7e7723ce02db27e.tar.bz2 slibtool-e56ec07b79ed453b94750780e7e7723ce02db27e.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 |