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

index c2978d1861336857b4580b8135b4d71a98e00e57..878dc07c6d95e3c042680a0aa53e8f567f7682aa 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: . = ] [ f ] if ;
 
 : arch-matches? ( lib triple -- ? )
     nip second ldconfig-arch subset? ;