alien.libraries.finder.linux: Trim blanks off the arch names.

db4
Doug Coleman 2014-07-03 21:30:15 +00:00
parent 01ed046b4a
commit 5d44509720
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ CONSTANT: mach-map {
"=>" split1 [ [ blank? ] trim ] bi@
[
" " split1 [ "()" in? ] trim "," split
[ [ blank? ] trim ] map
[ "OS ABI:" head? not ] filter
] dip 3array
] map ;