7 Mar
2013
7 Mar
'13
5:30 a.m.
Derp. if(show_status) if enough since the code only runs if its not quiet already. On Thu, Mar 7, 2013 at 12:28 AM, Simon Gomizelj <simongmzlj@gmail.com> wrote:
Will do.
FWIW if(show_status) is enough, the parent if already checks for !config->quiet > We don't need to do this for every package... Declare it at the start > and do a "if(show_status && !config->quiet)" after the initial > checks.