diff options
author | midipix <writeonce@midipix.org> | 2020-01-05 10:02:29 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-05 10:03:04 +0000 |
commit | 173ab997583abb665897e3eea3baec3b1f2a11a9 (patch) | |
tree | eb546e6b20c5354e953b2438a664f85ed3087d2f | |
parent | 5ca21d2fa2f9f6cc8ea6ead566fab5fa77b391e4 (diff) | |
download | sofort-173ab997583abb665897e3eea3baec3b1f2a11a9.tar.bz2 sofort-173ab997583abb665897e3eea3baec3b1f2a11a9.tar.xz |
build system: informative output: more pretty printing.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ output_script_status() output_section_break() { - printf '...\n' + printf ' ..\n' } verify_safe_path() diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 113a74e..8046209 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -51,7 +51,7 @@ ccenv_comment() ccenv_tool_prolog() { ccenv_line_dots='.....................................' - ccenv_tool_desc="=== checking for ${1}" + ccenv_tool_desc=" == checking for ${1}" ccenv_tool_dlen="${#ccenv_line_dots}" printf '\n%s\n' '________________________' >&3 |