Re: [Factor-talk] Variable command-line only contains arguments

2014-12-24 Thread Georg Simon
Am Tue, 23 Dec 2014 11:22:49 -0800 schrieb John Benediktsson mrj...@gmail.com: Hi John, USE: command-line executable get command-line get works. Thank you. for now I cannot make deploy work in the new the nightly build. I started a new thread: deploy no longer working with new

Re: [Factor-talk] deploy no longer working with new nightly build

2014-12-24 Thread John Benediktsson
Oh, I'm sorry that I forgot to mention. This needs new staging images for deploy so you need to delete the old ones which are not compatible with the new handling of the arguments: USE: tools.deploy.backend delete-staging-images Let me know if that works for you? Thanks, John. On

Re: [Factor-talk] How to call up a terminal process to run script in OS X ?

2014-12-24 Thread Doug Coleman
Here's another one that prints directly to the console: current-directory get . / IN: scratchpad rake try-output-process Process: T{ process { command rake } { environment H{ } } { environment-mode +append-environment+ } { stdin +closed+ } { stdout T{ fd { disposed t } { fd 37