tools.deploy.shaker typos

db4
Joe Groff 2010-02-16 14:23:51 -08:00
parent 2f17248094
commit b64f694e7e
1 changed files with 2 additions and 2 deletions

View File

@ -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>