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
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
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 a/tests/fate-run.sh b/tests/fate-run.sh
index 966cbe2..a23f1e3 100755
--- a/tests/fate-run.sh
+++ b/tests/