summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2f336dbc..50574eaa 100755
--- a/configure
+++ b/configure
@@ -334,7 +334,7 @@ if [ $txr_ver ] ; then
else
banner_text=" Configuring txr (unknown version) "
fi
-banner_box=$(printf "%.*s\n" ${#banner_text} \
+banner_box=$(printf "%.${#banner_text}s\n" \
"-------------------------------------------")
printf "+%s+\n|%s|\n+%s+\n" $banner_box "$banner_text" $banner_box