summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-05 09:55:31 +0000
committermidipix <writeonce@midipix.org>2020-01-05 09:56:39 +0000
commit2e94413063af6a1daa855966f2e3ac43cb22a5fa (patch)
treeeaa550bf024864e3f824796220611ac1e0cca496 /configure
parentffb4ed2cc1ed41b95c195050d8754d5efe80d927 (diff)
downloadsbpython3-2e94413063af6a1daa855966f2e3ac43cb22a5fa.tar.bz2
sbpython3-2e94413063af6a1daa855966f2e3ac43cb22a5fa.tar.xz
build system: informative output: pretty printing.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 75aea0b..9bab0f3 100755
--- a/configure
+++ b/configure
@@ -48,13 +48,13 @@ warning_msg()
output_step_prolog()
{
- mb_line_dots='..................................'
- mb_line_dots="${mb_line_dots}${mb_line_dots}"
- mb_step_desc="${mb_package} : ${1##*/} : ${2}() "
+ mb_line_dots='.................................'
+ mb_line_dots="${mb_line_dots}.${mb_line_dots}"
+ mb_step_desc="${mb_package} : ${1##*/} : ${2}() "
mb_step_dlen="$((${#mb_line_dots} - ${#mb_step_desc}))"
printf "configure step: ${2}()\n" >&3
- printf "%s%${mb_step_dlen}.${mb_step_dlen}s " "${mb_step_desc}" "${mb_line_dots}"
+ printf "%s%${mb_step_dlen}.${mb_step_dlen}s " "${mb_step_desc}" "${mb_line_dots}"
}
output_step_epilog()