]> gitweb.factorcode.org Git - factor.git/commitdiff
Missing each.
authorTrent Buck <trentbuck@gmail.com>
Sat, 21 Jan 2006 05:30:49 +0000 (05:30 +0000)
committerTrent Buck <trentbuck@gmail.com>
Sat, 21 Jan 2006 05:30:49 +0000 (05:30 +0000)
contrib/aim/load.factor

index fcfc45ea3959d4b19bab7b17f5023825abb1c5c7..635c31562a996f540a6a14b4d6924305be0d89f0 100644 (file)
@@ -6,4 +6,4 @@ USING: kernel parser sequences words compiler ;
 { 
     "net-bytes"
     "aim"
-} [ "contrib/aim/" swap ".factor" append3 run-file ]
+} [ "contrib/aim/" swap ".factor" append3 run-file ] each