[Github-comments] [geany/geany] geany-status.m4:replace hyphens with text (#2058)
Andy Alt
notifications at xxxxx
Tue Jan 22 02:58:39 UTC 2019
andy5995 commented on this pull request.
> @@ -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:"
> what about echo "----------------------------------------"
>
> thats guaranteed to be portable (and what configure.in had a long time ago :)
That seems like a good choice, imo. Let me know when there's agreement and I'll make the change.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2058#discussion_r249627846
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190121/ea0983a5/attachment.html>
More information about the Github-comments
mailing list