mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
can't pass in user id as a param to script
This commit is contained in:
parent
557e0e3a00
commit
712d6825ed
1 changed files with 2 additions and 1 deletions
|
@ -452,7 +452,8 @@ public class RexecDstoreServer implements IServerLauncher
|
||||||
// this should be stored in some resource bundle later
|
// this should be stored in some resource bundle later
|
||||||
//cmd = new String ("echo USSTEST;cd ~/dstore;start_anyport");
|
//cmd = new String ("echo USSTEST;cd ~/dstore;start_anyport");
|
||||||
//cmd = new String("echo " + ASCII_TEST_STRING + ";cd ~/rseserver;start_anyport");
|
//cmd = new String("echo " + ASCII_TEST_STRING + ";cd ~/rseserver;start_anyport");
|
||||||
cmd = new String("echo " + ASCII_TEST_STRING + ";cd " + this.cwd + ";" + this.invocation + " " + System.getProperty("user.name"));
|
cmd = new String("echo " + ASCII_TEST_STRING + ";cd " + this.cwd + ";" + this.invocation);
|
||||||
|
//cmd = new String("echo " + ASCII_TEST_STRING + ";cd " + this.cwd + ";" + this.invocation + " " + System.getProperty("user.name"));
|
||||||
logMessage("The command is " + cmd);
|
logMessage("The command is " + cmd);
|
||||||
SystemBasePlugin.logInfo("RexecDstoreServer :");
|
SystemBasePlugin.logInfo("RexecDstoreServer :");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue