Skip to content

Commit

Permalink
get delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjiangqige committed Nov 10, 2019
1 parent d328a02 commit 7d3ec5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CheckExecutor {
sawClasspath = true;
options.add(o);
o = it.next();
options.add(o + ":" + JavacWrapper.class.getProtectionDomain().getCodeSource().getLocation().getPath());
options.add(o + File.pathSeparator + JavacWrapper.class.getProtectionDomain().getCodeSource().getLocation().getPath());
} else {
options.add(o);
}
Expand Down

0 comments on commit 7d3ec5b

Please sign in to comment.