<p><b>@b4n</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2058#discussion_r249092430">m4/geany-status.m4</a>:</p>
<pre style='color:#555'>> @@ -27,7 +27,8 @@ EOF
        # Print a nice top bar
        # description + ' : ' + value
        total=`expr $dlen + 3 + $vlen`
-       for i in `seq 1 $total`; do printf '-'; done
+       echo
+       echo "    Build configuration result:"
</pre>
<p>Sadly <code>printf '%-*s' $total '' | tr ' ' -</code> isn't portable…</p>
<p>But what about this?</p>
<div class="highlight highlight-source-shell"><pre>i=0<span class="pl-k">;</span> <span class="pl-k">while</span> <span class="pl-c1">test</span> <span class="pl-smi">$i</span> -lt <span class="pl-smi">$total</span><span class="pl-k">;</span> <span class="pl-k">do</span> <span class="pl-c1">printf</span> <span class="pl-s"><span class="pl-pds">'</span>-<span class="pl-pds">'</span></span><span class="pl-k">;</span> i=<span class="pl-s"><span class="pl-pds">`</span>expr <span class="pl-smi">$i</span> + 1<span class="pl-pds">`</span></span><span class="pl-k">;</span> <span class="pl-k">done</span></pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2058#pullrequestreview-194161568">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ0dleJuL_RDvSvNItmZ1OB8NThSLks5vEe51gaJpZM4aHGQs">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ26IcF9NYSQGqLgiulzcpkIDtrC5ks5vEe51gaJpZM4aHGQs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@b4n commented on #2058"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany/pull/2058#pullrequestreview-194161568"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2058#pullrequestreview-194161568",
"url": "https://github.com/geany/geany/pull/2058#pullrequestreview-194161568",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>