1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 17:45:24 +02:00

Add MacOS X startup scripts

This commit is contained in:
David Dykstal 2006-06-19 18:38:17 +00:00
parent 8b9a5829bf
commit ff2006dc59

View file

@ -41,6 +41,6 @@ print "success\n";
$classpath = $ENV{CLASSPATH};
$server = "org.eclipse.dstore.core.server.Server";
$inner_command = "$java -cp $classpath -DA_PLUGIN_PATH=$plugin_path -DDSTORE_SPIRIT_ON=true $server $port $timeout $ticket";
$outer_command = "su $user -l -c '$inner_command'";
$outer_command = "su $user -c '$inner_command'";
system($outer_command);
exit 1;