From bfbedfaac31f79515488a7aa8f45d4fcdbb73383 Mon Sep 17 00:00:00 2001 From: James Cash Date: Fri, 11 Apr 2008 14:38:47 -0400 Subject: [PATCH] Minor change to linux deployment, print instead of write --- extra/tools/deploy/linux/linux.factor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/tools/deploy/linux/linux.factor b/extra/tools/deploy/linux/linux.factor index fdbb67ef15..05cb0cddc1 100644 --- a/extra/tools/deploy/linux/linux.factor +++ b/extra/tools/deploy/linux/linux.factor @@ -1,3 +1,5 @@ +! Copyright (C) 2008 James Cash +! See http://factorcode.org/license.txt for BSD license. USING: io io.files io.backend kernel namespaces sequences system tools.deploy.backend tools.deploy.config assocs hashtables prettyprint ; @@ -26,6 +28,6 @@ M: linux deploy* ( vocab -- ) [ bundle-name create-app-dir ] keep [ bundle-name image-name ] keep namespace make-deploy-image - bundle-name normalize-path [ "Binary deployed to " % % "." % ] "" make write + bundle-name normalize-path [ "Binary deployed to " % % "." % ] "" make print ] bind ] with-directory ; \ No newline at end of file