summaryrefslogtreecommitdiffhomepage
path: root/sofort/cfgtest
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-26 14:41:35 +0000
committermidipix <writeonce@midipix.org>2021-05-26 14:42:11 +0000
commita3fdc349cae1920d2235d53eb31e83d673fffae5 (patch)
tree1cdb6cd3ad0660a6c3c16d331f8b3cc64b4ebd5c /sofort/cfgtest
parent65ead2e49eae204901a1ad4ef93ca03d3a7806a1 (diff)
downloadntux-a3fdc349cae1920d2235d53eb31e83d673fffae5.tar.bz2
ntux-a3fdc349cae1920d2235d53eb31e83d673fffae5.tar.xz
build system: cfgtest_epilog(): fix typo.
Diffstat (limited to 'sofort/cfgtest')
-rw-r--r--sofort/cfgtest/cfgtest.sh2
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