Project

General

Profile

« Previous | Next » 

Revision 9142

lib/sh/util.sh: $explicit_errors_only: explicitly set verbosity=0 to hide startup logging

View differences:

lib/sh/util.sh
147 147

  
148 148
### logging
149 149

  
150
if test "$explicit_errors_only"; then verbosity=0; fi # hide startup logging
151

  
150 152
# set verbosity
151 153
if isset verbose; then : "${verbosity:=$(bool2int "$verbose")}"; fi
152 154
: "${verbosity=3}" # default

Also available in: Unified diff