]> 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>
Sat, 25 Mar 2023 00:51:28 +0000 (13:51 +1300)
commite40700de05ef56664ac45acd27859e9dd1e1190b
tree3cda273d839311c802e4fa038b4d58cd8375adab
parente4a002714ec5435411fffaa21190d5557d949e28
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