]> 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)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 10 Mar 2023 23:18:49 +0000 (23:18 +0000)
commitbea89fe5a3f9491c1cb730c2969abd3e93904215
tree530919e9167e146c5047e005ca2275cc269b8422
parentc3d6a21b9b329d8b4dee046699d404b21d7df375
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