提交 ef8a3e1b 编写于 作者: K kohsuke

bug fix

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17093 71c3de6d-444a-0410-be80-ed276b4c234a
上级 57b043b7
......@@ -119,9 +119,9 @@ public class Channels {
ArgumentListBuilder args = new ArgumentListBuilder();
args.add(new File(System.getProperty("java.home"),"bin/java"));
args.add("-jar").add(Which.jarFile(Channel.class));
if(systemProperties!=null)
args.addKeyValuePairs("-D",systemProperties);
args.add("-jar").add(Which.jarFile(Channel.class));
// build up a classpath
if(classpath!=null)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册