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:
parent
8b9a5829bf
commit
ff2006dc59
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue