]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/unix/unix.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / basis / tools / deploy / unix / unix.factor
index 562546f1c224dec2d83a5e07399888aeea9f42fb..0b4b58ee666541a6a4e9fe552eae96ba8b96ab2f 100644 (file)
@@ -22,5 +22,5 @@ M: unix deploy* ( vocab -- )
             bundle-name "" [ copy-resources ] [ copy-libraries ] 3bi
             bundle-name normalize-path "Binary deployed to " "." surround print
             bundle-name webbrowser:open-file
-        ] bind
+        ] with-variables
     ] with-directory ;