From 96d5d7487083eb6bb198d3b4bdac7bf5565c9e95 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 8 Jun 2013 21:26:24 -0500 Subject: nimrod: quoting in test --- Library/Formula/nimrod.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/nimrod.rb b/Library/Formula/nimrod.rb index 011ae735f..3749c8563 100644 --- a/Library/Formula/nimrod.rb +++ b/Library/Formula/nimrod.rb @@ -19,7 +19,7 @@ class Nimrod < Formula (testpath/'hello.nim').write <<-EOS.undent echo("Hi!") EOS - system "#{libexec}/bin/nimrod compile --run hello.nim" + system "#{libexec}/bin/nimrod", "compile", "--run", "hello.nim" end def caveats; <<-EOS.undent -- cgit v1.2.3