Skip to content

Commit

Permalink
Load file instead of calling ruby subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 committed Apr 12, 2024
1 parent d265109 commit b5a82ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/rbz
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Dir.mktmpdir("rbz") do |dir|
end
end

exec "ruby", "main.rb", *ARGV
load "main.rb"
end
end

0 comments on commit b5a82ad

Please sign in to comment.