]> gitweb.factorcode.org Git - factor.git/blobdiff - core/bootstrap/stage1.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / core / bootstrap / stage1.factor
index 3404b8154ae07d2c895d38a6353a1afd9df6dafa..54fef16d629c03274f342a4ed87d20c629b5e1ad 100644 (file)
@@ -45,7 +45,7 @@ load-help? off
         init-resource-path
 
         "resource:basis/bootstrap/stage2.factor"
-        dup exists? [
+        dup file-exists? [
             run-file
         ] [
             "Cannot find " write write "." print