configure: try to fix the disappearing "r" bug in fate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ee9b0199c8
commit
6e725f19f8
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue