[launchd-changes] [22985] trunk/launchd/src/StartupItemContext

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 15 13:12:36 PST 2006


Revision: 22985
          http://trac.macosforge.org/projects/launchd/changeset/22985
Author:   zarzycki at apple.com
Date:     2006-12-15 13:12:36 -0800 (Fri, 15 Dec 2006)

Log Message:
-----------
<rdar://problem/4840178> StartUpItemContext won't work if path contains spaces

Modified Paths:
--------------
    trunk/launchd/src/StartupItemContext

Modified: trunk/launchd/src/StartupItemContext
===================================================================
--- trunk/launchd/src/StartupItemContext	2006-12-14 23:20:17 UTC (rev 22984)
+++ trunk/launchd/src/StartupItemContext	2006-12-15 21:12:36 UTC (rev 22985)
@@ -2,4 +2,4 @@
 
 unset LAUNCHD_SOCKET
 
-exec launchctl bsexec / $@
+exec launchctl bsexec / "$@"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20061215/de31d824/attachment.html


More information about the launchd-changes mailing list