summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-13 09:14:26 +0000
committermidipix <writeonce@midipix.org>2021-06-13 09:17:30 +0000
commit04622fda037f73ca6f92b72471dd7539aaa274ef (patch)
treeb0efa866293fc00af991aff9af876a69c0a870c6
parentc5a7c76183a31b8f0878d3e420adc4d97cded657 (diff)
downloadsltdl-04622fda037f73ca6f92b72471dd7539aaa274ef.tar.bz2
sltdl-04622fda037f73ca6f92b72471dd7539aaa274ef.tar.xz
build system: configure: output_step_prolog(): step might not be a function.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b32b086..eca4c0c 100755
--- a/configure
+++ b/configure
@@ -53,10 +53,10 @@ output_step_prolog()
{
mb_line_dots='.................................'
mb_line_dots="${mb_line_dots}.${mb_line_dots}"
- mb_step_desc="${mb_package} : ${1##*/} : ${2}() "
+ mb_step_desc="${mb_package} : ${1##*/} : ${2} "
mb_step_dlen="$((${#mb_line_dots} - ${#mb_step_desc}))"
- printf "configure step: ${2}()\n" >&3
+ printf "configure step: ${2}\n" >&3
printf "%s%${mb_step_dlen}.${mb_step_dlen}s " "${mb_step_desc}" "${mb_line_dots}"
}