summaryrefslogtreecommitdiffhomepage
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:12 +0000
commit92afeef250d5ee95e6c265ac07cffcedcb0b15b6 (patch)
tree9edd8ff1fe73d51ef7eea66e6bc35782ae676cbb
parentf863c996d7b75698515911202a73a388b024144c (diff)
downloadptycon-92afeef250d5ee95e6c265ac07cffcedcb0b15b6.tar.bz2
ptycon-92afeef250d5ee95e6c265ac07cffcedcb0b15b6.tar.xz
build system: cfgtest_epilog(): fix typo.
-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