Skip to content

Commit

Permalink
(maint) Add parens to system call to disambiguate the *.
Browse files Browse the repository at this point in the history
  • Loading branch information
haus committed Oct 31, 2013
1 parent 4e6878f commit d1aa2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def init
end

def safe_system *args
raise RuntimeError, "Failed: #{args.join(' ')}" unless system *args
raise RuntimeError, "Failed: #{args.join(' ')}" unless system(*args)
end

spec = Gem::Specification.new do |s|
Expand Down

0 comments on commit d1aa2bb

Please sign in to comment.