Commit 4bfdd021 authored by 俞晓磊's avatar 俞晓磊 Committed by Michael Niedermayer

configure: remove \r from cc_ident,

This should fix cygwin + non-cygwin toolchain
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f5695926
......@@ -424,7 +424,7 @@ sh_quote(){
}
cleanws(){
echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//'
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