diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 03:37:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 03:50:04 +0000 |
commit | c29540994fbddc57c589f8292f194c34e2a7e809 (patch) | |
tree | bb26b33c9ceb6afa0a03be60fc03aa3ca354a062 | |
parent | dcfe5acf15d2c732e0719f4247a28ab46d3c3519 (diff) | |
download | sofort-c29540994fbddc57c589f8292f194c34e2a7e809.tar.bz2 sofort-c29540994fbddc57c589f8292f194c34e2a7e809.tar.xz |
build system: cfgtest_epilog(), cfgtest_prolog(): whitespace meditation.
-rw-r--r-- | sofort/cfgtest/cfgtest.sh | 4 |
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" \ |