]> git.ipfire.org Git - thirdparty/squid.git/commit
bootstrap.sh: Polish output (#1301)
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 8 Mar 2023 12:52:53 +0000 (12:52 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 27 Mar 2023 10:21:31 +0000 (23:21 +1300)
commit8c29363438e41acdb10932f37ad2a810efe2141e
treeff417f1f93656c490eb5af7fe9b547511867e519
parent7459934f6ef1def0a259132fc8c2297ef5de7929
bootstrap.sh: Polish output (#1301)

We use bootstrap.sh a lot in maintenance scripts but do not
need to see its output on success.

 * Fix some incorrect uses of stderr and stdout such that
   all (and only) errors appear on stderr

 * Polish the message display when an error does occur
    detecting one of the tools.
bootstrap.sh