Revision 9283
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/sh/util.sh | ||
---|---|---|
351 | 351 |
set_global_fds() |
352 | 352 |
# allows commands to access global stdin/stdout/stderr using fd 20/21/22 |
353 | 353 |
# this works even when /dev/tty isn't available |
354 |
# view logging output at verbosity >= 3 |
|
354 | 355 |
{ |
355 | 356 |
log++; echo_func; log++ |
356 | 357 |
# ignore errors if a source fd isn't open |
Also available in: Unified diff
lib/sh/util.sh: set_global_fds(): documented that the logging output for this is visible at verbosity >= 3