1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

configure: try to fix the disappearing "r" bug in fate

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-05-25 15:44:27 +02:00
parent ee9b0199c8
commit 6e725f19f8

2
configure vendored
View File

@@ -443,7 +443,7 @@ sh_quote(){
} }
cleanws(){ cleanws(){
echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\r//g' echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\\r//g'
} }
filter(){ filter(){