Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/main/java/org/jruby/util/ShellLauncher.java
Original file line number Diff line number Diff line change
@@ -1200,11 +1200,7 @@ public void verifyExecutableForDirect() {
} else {
verifyExecutable();
execArgs = args;
try {
execArgs[0] = executableFile.getCanonicalPath();
} catch (IOException ioe) {
// can't get the canonical path, will use as-is
}
execArgs[0] = executableFile.getAbsolutePath();
}
}

0 comments on commit d2c3370

Please sign in to comment.