909ad3
build system: cfgtest_epilog(), cfgtest_prolog(): whitespace meditation.
@@ -76,7 +76,7 @@ cfgtest_native_section()
|
|
76
76
|
|
77
77
|
cfgtest_prolog()
|
78
78
|
{
|
79
|
-
cfgtest_line_dots
|
79
|
+
cfgtest_line_dots='...........................'
|
80
80
|
cfgtest_line_dots="${cfgtest_line_dots}${cfgtest_line_dots}"
|
81
81
|
cfgtest_tool_desc=" == trying ${mb_cfgtest_cfgtype} ${1}: ${2}"
|
82
82
|
cfgtest_tool_dlen="${#cfgtest_line_dots}"
|
@@ -90,7 +90,7 @@ cfgtest_prolog()
|
|
90
90
|
|
91
91
|
cfgtest_epilog()
|
92
92
|
{
|
93
|
-
cfgtest_line_dots
|
93
|
+
cfgtest_line_dots='...............'
|
94
94
|
cfgtest_tool_dlen="$((${#cfgtest_line_dots} - ${#2}))"
|
95
95
|
|
96
96
|
printf "%${cfgtest_tool_dlen}.${cfgtest_tool_dlen}s %s.\n" \
|