On Fri, Apr 12, 2013 at 01:38:44PM -0400, Sean McGovern wrote:
> --- a/tests/regression-funcs.sh
> +++ b/tests/regression-funcs.sh
> @@ -35,7 +35,7 @@ mkdir -p "$outfile"
> [ "${V-0}" -gt 0 ] && echov=echov || echov=:
>
> echov(){
> - echo "$@" >&3
> + echo "$@" 3>&2 >&3
> }Why? What does this fix? Please tell such stories through the log msg. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
