提交 9c1e717d 编写于 作者: K kohsuke

making it more fool proof. See http://www.nabble.com/plugin-cvstag-tp20312067p20312067.html

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13010 71c3de6d-444a-0410-be80-ed276b4c234a
上级 694ed60c
......@@ -991,8 +991,8 @@ public class CVSSCM extends SCM implements Serializable {
}
public String getCvsExeOrDefault() {
if(cvsExe==null) return "cvs";
else return cvsExe;
if(Util.fixEmpty(cvsExe)==null) return "cvs";
else return cvsExe;
}
public void setCvspassFile(String value) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册