Commit 6e725f19 authored by Michael Niedermayer's avatar Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ee9b0199
......@@ -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(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment