Revision 9684
Added by Aaron Marcuse-Kubitza over 11 years ago
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
lib/sh/util.sh: command(): removed comment that "the following redirections must happen in exactly this order", because there is now only one redirection