Skip to content

Commit

Permalink
No need to compact here
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed May 26, 2021
1 parent 2dc81ab commit d8f4e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ENV.delete 'RUBYOPT'

require 'rbconfig'
cmd = [RbConfig.ruby, '--disable-gems', 'setup.rb', *ARGV].compact
cmd = [RbConfig.ruby, '--disable-gems', 'setup.rb', *ARGV]

exec(*cmd)
end
Expand Down

0 comments on commit d8f4e7a

Please sign in to comment.