Project

General

Profile

« Previous | Next » 

Revision 9684

lib/sh/util.sh: command(): removed comment that "the following redirections must happen in exactly this order", because there is now only one redirection

View differences:

lib/sh/util.sh
594 594
	local redirs=("${redirs[@]}")
595 595
	
596 596
	# determine redirections now so they can be logged along with the command
597
	# the following redirections must happen in exactly this order
598 597
	if test "$cmd_log_fd"; then
599 598
		if can_log; then
600 599
			if test "$cmd_log_fd" != "$log_fd"; then

Also available in: Unified diff