diff options
author | midipix <writeonce@midipix.org> | 2020-01-05 10:02:29 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-05 10:03:03 +0000 |
commit | 06b7a4dfb7f43eb7c1644df9ef5421244331dec0 (patch) | |
tree | a6d633ae4062f3223e263efe861b36540d99a862 /configure | |
parent | ae54fb9a56bb32c037983cb3f312dc418141be86 (diff) | |
download | ntcon-06b7a4dfb7f43eb7c1644df9ef5421244331dec0.tar.bz2 ntcon-06b7a4dfb7f43eb7c1644df9ef5421244331dec0.tar.xz |
build system: informative output: more pretty printing.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ output_script_status() output_section_break() { - printf '...\n' + printf ' ..\n' } verify_safe_path() |