summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-05 03:37:00 +0000
committermidipix <writeonce@midipix.org>2021-06-05 03:49:56 +0000
commitf49f308bf1e94c9b97ba3479f0406abd7dd68688 (patch)
treef594581caa932d40ba479e0ae9e7ac6228d3a913
parent2b138ed6cb13aa5f444802367f7b4e35d378053c (diff)
downloadbfirm-f49f308bf1e94c9b97ba3479f0406abd7dd68688.tar.bz2
bfirm-f49f308bf1e94c9b97ba3479f0406abd7dd68688.tar.xz
build system: cfgtest_epilog(), cfgtest_prolog(): whitespace meditation.
-rw-r--r--sofort/cfgtest/cfgtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 2d765be..478826e 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -76,7 +76,7 @@ cfgtest_native_section()
cfgtest_prolog()
{
- cfgtest_line_dots='.......................'
+ cfgtest_line_dots='...........................'
cfgtest_line_dots="${cfgtest_line_dots}${cfgtest_line_dots}"
cfgtest_tool_desc=" == trying ${mb_cfgtest_cfgtype} ${1}: ${2}"
cfgtest_tool_dlen="${#cfgtest_line_dots}"
@@ -90,7 +90,7 @@ cfgtest_prolog()
cfgtest_epilog()
{
- cfgtest_line_dots='.......................'
+ cfgtest_line_dots='...............'
cfgtest_tool_dlen="$((${#cfgtest_line_dots} - ${#2}))"
printf "%${cfgtest_tool_dlen}.${cfgtest_tool_dlen}s %s.\n" \