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 | e4a871d66af58fd2522e04b948e88f5f29cb406e (patch) | |
tree | 2ebe59a8c0a4c5ada47ef08682b7e5cbc3ddd083 /configure | |
parent | 88afb31f40dcdcb5d8f4291c47dfebc2c4ea95ce (diff) | |
download | dalist-e4a871d66af58fd2522e04b948e88f5f29cb406e.tar.bz2 dalist-e4a871d66af58fd2522e04b948e88f5f29cb406e.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() |