summaryrefslogtreecommitdiffhomepage
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
commita945577404db9c8a321c496c73f15390a08bd62f (patch)
treee6929379222b89f52d6e35a2cd032b9dd250b39a /configure
parent7df17c3c77b6bee03e3681d680019cbcdbf316c1 (diff)
downloadperk-a945577404db9c8a321c496c73f15390a08bd62f.tar.bz2
perk-a945577404db9c8a321c496c73f15390a08bd62f.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()