alien.libraries.finder.linux: make more robust to i18n.

char-rename
John Benediktsson 2017-01-24 14:45:34 -08:00
parent e6b8837f2f
commit 5f187bbd29
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ CONSTANT: mach-map {
[
" " split1 [ "()" in? ] trim "," split
[ [ blank? ] trim ] map
[ "OS ABI:" head? ] reject
[ ": Linux" swap subseq? ] reject
] dip 3array
] map ;