diff --git a/Rakefile b/Rakefile index 849f39b0..8d1934ab 100644 --- a/Rakefile +++ b/Rakefile @@ -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|