Project

General

Profile

« Previous | Next » 

Revision 9283

lib/sh/util.sh: set_global_fds(): documented that the logging output for this is visible at verbosity >= 3

View differences:

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