Re: [FFmpeg-devel] [PATCH] fate: fix concat demuxer extended test portability
On Mon, 16 Nov 2015, Timothy Gu wrote: tr -d '\r' ? Yep, good idea. Applied with tr -d. Regards, Marton ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Re: [FFmpeg-devel] [PATCH] fate: fix concat demuxer extended test portability
tr -d '\r' ? Timothy El El lun, 16 de nov de 2015 a las 4:26 AM, Marton Balint escribió: > Sed \r is not portable, it does not work on freebsd, hopefully awk will. > > Signed-off-by: Marton Balint > --- > tests/fate-run.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git