configure: clean whitespace with [:space:]
https://en.wikibooks.org/wiki/Regular_Expressions/POSIX_Basic_Regular_Expressions Fixes NDKr10e on Cygwin, CC_IDENT for it is defined as Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
488cc05192
commit
f5c281daa8
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -477,7 +477,7 @@ sh_quote(){
|
|||
}
|
||||
|
||||
cleanws(){
|
||||
echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\\r//g'
|
||||
echo "$@" | sed 's/^ *//;s/[[:space:]][[:space:]]*/ /g;s/ *$//'
|
||||
}
|
||||
|
||||
filter(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue