Skip to content

Commit

Permalink
fix execute
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Mar 16, 2024
1 parent 1100853 commit 16d15ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/lib/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def make_ruby_cmd(*cmd, verbose: true)
private :make_ruby_cmd

def execute(*cmd)
do_run(*cmd.flatten)
sh(exec_env.merge({'RUBYLIB'=>rb_lib_path}), cmd.flatten.join(' '), fail_on_error: true)
end

def run(*cmd, capture: nil, verbose: true)
Expand Down

0 comments on commit 16d15ae

Please sign in to comment.