aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-25 15:44:27 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-25 15:44:27 +0200
commit6e725f19f88c56cd549c177f702aa0072d13dfeb (patch)
treef3a4e0705669d19e87c83ea918b8d8afd9ae5ea5 /configure
parentee9b0199c8433499ebcbdc66d3ecce379ad3209c (diff)
downloadffmpeg-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 36dcd93f19..fae2f77263 100755
--- a/configure
+++ b/configure
@@ -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(){