]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/backend/backend.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / basis / tools / deploy / backend / backend.factor
index f8a957f65aab7decab88232c1b79f5d0398fce6c..0cc5d0b8174630c0425c81b4d8ae58999fa5e0e3 100644 (file)
@@ -112,7 +112,7 @@ DEFER: ?make-staging-image
             "-output-image=" prepend ,
             "-pic=0" ,
         ] { } make
-    ] bind ;
+    ] with-variables ;
 
 : parse-vocab-manifest-file ( path -- vocab-manifest )
     utf8 file-lines [ "empty vocab manifest!" throw ] [