That would work, but imo adding a condition (and extra code) for this case may
be too clunky.
Another option would be to remove the repeating hyphens as a separator (and
therefore the use of `seq` and replace it with a line break and some text. Ex:
```
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Build/configuration result:
Install Geany in : /usr/local
Compiling Git revision : cd267de2
Using GTK version : 2.24.32
Enable binary relocation : no
Build with plugin support : yes
Use (UNIX domain) socket support : yes
Use virtual terminal support : yes
Build HTML documentation : yes
Build PDF documentation : no
Build API documentation : no
Generate GtkDoc header : no
Configuration is done OK.
```
--
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/issues/2054#issuecomment-455399787