summaryrefslogtreecommitdiffhomepage
path: root/configure
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:29 +0000
commit66241e2226319bc857e12863f57a540ab4d22c49 (patch)
tree2ce413bf9c9f6e040d03cf8f878fd89cd2bfe592 /configure
parent64c67fc8cf9c499befc9d6e8bf76eec4e83329fc (diff)
downloadperk-66241e2226319bc857e12863f57a540ab4d22c49.tar.bz2
perk-66241e2226319bc857e12863f57a540ab4d22c49.tar.xz
build system: configure: output_step_prolog(): step might not be a function.
Diffstat (limited to 'configure')
-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}"
}