Re: how to run NSApplicationMain() in child process?
Re: how to run NSApplicationMain() in child process?
- Subject: Re: how to run NSApplicationMain() in child process?
- From: "Stephen J. Butler" <email@hidden>
- Date: Fri, 10 May 2013 17:36:48 -0500
On Fri, May 10, 2013 at 2:03 PM, Jens Alfke <email@hidden> wrote:
> #!/bin/sh
> open -b com.example.XQIVApp $@
>
You probably want this instead to prevent word splitting for elements that
have spaces:
open -b com.example.XQIVApp "$@"
Nothing is ever trivial in sh/bash ;)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden