]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.libraries.finder.linux: sigh.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 8 Jun 2014 20:25:51 +0000 (13:25 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 8 Jun 2014 20:25:51 +0000 (13:25 -0700)
basis/alien/libraries/finder/linux/linux.factor

index 878dc07c6d95e3c042680a0aa53e8f567f7682aa..cbdb9d24ebfe4d89db8333c903ae0e5104d74db5 100644 (file)
@@ -28,7 +28,7 @@ CONSTANT: mach-map {
     mach-map cpu of { "libc6" } or ;
 
 : name-matches? ( lib triple -- ? )
-    first swap ?head [ ?first CHAR: . = ] [ f ] if ;
+    first swap ?head [ ?first CHAR: . = ] [ drop f ] if ;
 
 : arch-matches? ( lib triple -- ? )
     nip second ldconfig-arch subset? ;