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 | 5fb393849ec5551647a5309332e38160456eb556 (patch) | |
tree | c36237a0c91dfd81efb63eb8d373f73ab3992278 /sofort/ccenv | |
parent | 3672c94079e0f45f4c3647b6af84f538f42ea9c0 (diff) | |
download | w32lib-5fb393849ec5551647a5309332e38160456eb556.tar.bz2 w32lib-5fb393849ec5551647a5309332e38160456eb556.tar.xz |
build system: informative output: more pretty printing.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |