Revision 9658
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
658 | 658 |
: "${stdout?}" |
659 | 659 |
if test "$if_not_exists"; then require_not_exists "$stdout" || return 0; fi |
660 | 660 |
|
661 |
log ">$stdout" |
|
662 | 661 |
local redirs=("${redirs[@]}" ">$stdout") |
663 | 662 |
"$@" || { save_e; rm "$stdout"; rethrow; } |
664 | 663 |
} |
Also available in: Unified diff
lib/sh/util.sh: to_file(): removed no longer needed separate logging of >$stdout, which is now done by command()