Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Restored accidentally deleted line.
Browse files Browse the repository at this point in the history
nirvdrum committed Dec 15, 2016
1 parent 1bb9142 commit f8e4d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions truffle/src/main/ruby/core/process_mirror.rb
Original file line number Diff line number Diff line change
@@ -363,6 +363,8 @@ def exec(command, args, env_array)
# perform the search (a poor man's version of shell processing). If we can find it on the PATH, then we
# run the whole thing through a shell to get proper shell processing.

split_command, *split_args = command.strip.split(' ')

if should_search_path?(split_command)
resolved_command = resolve_in_path(split_command)

0 comments on commit f8e4d70

Please sign in to comment.