Fix copy-vm word on Unix

db4
Doug Coleman 2009-02-09 20:19:18 -06:00
parent b32b666689
commit 992da4c967
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ destructors accessors ;
IN: tools.deploy.backend
: copy-vm ( executable bundle-name -- vm )
[ prepend-path ] dip append vm over copy-file ;
prepend-path vm over copy-file ;
: copy-fonts ( name dir -- )
deploy-ui? get [