Revision 9137
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/sh/util.sh | ||
---|---|---|
346 | 346 |
set_global_fds |
347 | 347 |
|
348 | 348 |
# show only explicitly-displayed errors (which have been redirected to fd 22) |
349 |
# most of the time this has the same effect as `verbosity=0 script...` |
|
349 |
# most of the time this has the same effect as `verbosity=0 script...`, |
|
350 |
# which displays everything that isn't explicitly hidden |
|
350 | 351 |
if test "$explicit_errors_only"; then exec 2>/dev/null; fi |
351 | 352 |
|
352 | 353 |
|
Also available in: Unified diff
lib/sh/util.sh: $explicit_errors_only: noted that verbosity=0 displays everything that isn't explicitly hidden