diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 03:37:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 03:37:00 +0000 |
commit | d44b0b9ad093ba05591fb36e7863c6c85e215829 (patch) | |
tree | 0db400b52157a1bab997580e57755fb213ab71fd /sofort/cfgtest | |
parent | b62f97ee5b7762a86165c9777d9f7036ad23ccbd (diff) | |
download | slibtool-d44b0b9ad093ba05591fb36e7863c6c85e215829.tar.bz2 slibtool-d44b0b9ad093ba05591fb36e7863c6c85e215829.tar.xz |
build system: cfgtest_epilog(), cfgtest_prolog(): whitespace meditation.
Diffstat (limited to 'sofort/cfgtest')
-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" \ |