Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
headius committed Mar 1, 2021
1 parent 97d78e6 commit 8eb8cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/util/io/PopenExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ long spawnProcess(ThreadContext context, Ruby runtime, ExecArg eargp, String[] e
if (!searchForMetaChars(prog)) {
script = script + "exec ";
}

prog = (RubyString)prog.strDup(runtime).prepend(context, newString(runtime, script));
eargp.chdir_dir = null;
eargp.chdirGiven = false;
Expand Down

0 comments on commit 8eb8cc4

Please sign in to comment.