]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.shaker typos
authorJoe Groff <arcata@gmail.com>
Tue, 16 Feb 2010 22:23:51 +0000 (14:23 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 16 Feb 2010 22:23:51 +0000 (14:23 -0800)
basis/tools/deploy/shaker/shaker.factor

index 4a9882c2e63e2b767c4930087226061401de78af..54058f1b0d1ca234152aa2c69a1013478ef17b8e 100755 (executable)
@@ -507,11 +507,11 @@ SYMBOL: deploy-vocab
 : write-vocab-manifest ( vocab-manifest-out -- )
     "Writing vocabulary manifest to " write dup print flush
     vocabs "VOCABS:" prefix
-    deploy-libraries get [ libraries get path>> ] map prune "LIBRARIES:" prefix append
+    deploy-libraries get [ libraries get at path>> ] map prune "LIBRARIES:" prefix append
     swap utf8 set-file-lines ;
 
 : prepare-deploy-libraries ( -- )
-    "Preparing deployed libraries" print flush
+    "Preparing deployed libraries" show
     deploy-libraries get [
         libraries get [
             [ path>> >deployed-library-path ] [ abi>> ] bi <library>