]> gitweb.factorcode.org Git - factor.git/commitdiff
Use run-resource for code distributed with Factor; run-file is for user code.
authorTrent Buck <trentbuck@gmail.com>
Sat, 21 Jan 2006 06:20:33 +0000 (06:20 +0000)
committerTrent Buck <trentbuck@gmail.com>
Sat, 21 Jan 2006 06:20:33 +0000 (06:20 +0000)
contrib/random-tester/load.factor

index 473b43def0c35e8007924d8dea0b25c1f8bda62e..e9ad75b077f86d8606586c771ed7045f215beb43 100644 (file)
@@ -4,4 +4,4 @@ IN: scratchpad
 {
     "utils"
     "random-tester"
-} [ "contrib/random-tester/" swap ".factor" append3 run-file ] each
+} [ "/contrib/random-tester/" swap ".factor" append3 run-resource ] each