Use run-resource for code distributed with Factor; run-file is for user code.

cvs
Trent Buck 2006-01-21 06:20:33 +00:00
parent ddf5008e02
commit 1fe3f6d0ee
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ IN: scratchpad
{ {
"utils" "utils"
"random-tester" "random-tester"
} [ "contrib/random-tester/" swap ".factor" append3 run-file ] each } [ "/contrib/random-tester/" swap ".factor" append3 run-resource ] each