Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
6e725f19f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -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(){


Loading…
Cancel
Save