diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-25 15:44:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-25 15:44:27 +0200 |
commit | 6e725f19f88c56cd549c177f702aa0072d13dfeb (patch) | |
tree | f3a4e0705669d19e87c83ea918b8d8afd9ae5ea5 /configure | |
parent | ee9b0199c8433499ebcbdc66d3ecce379ad3209c (diff) | |
download | ffmpeg-6e725f19f88c56cd549c177f702aa0072d13dfeb.tar.gz |
configure: try to fix the disappearing "r" bug in fate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -443,7 +443,7 @@ sh_quote(){ } cleanws(){ - echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\r//g' + echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\\r//g' } filter(){ |