提交 48daab0f 编写于 作者: K Kohsuke Kawaguchi

already using readlink

上级 132f8b76
......@@ -1029,7 +1029,6 @@ public class Util {
*
* @param listener
* If we rely on an external command to resolve symlink, this is it.
* (TODO: try readlink(1) available on some platforms)
*/
public static String resolveSymlink(File link, TaskListener listener) throws InterruptedException, IOException {
if(Functions.isWindows()) return null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册