diff options
| author | Jack Nagel | 2012-05-15 16:36:45 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-15 17:08:57 -0500 |
| commit | 8022bf4dc0f814d527965ed8ec7048f647c44ec5 (patch) | |
| tree | c81698d18f153bc15c523fef04d10f35520b8b6d /Library/Formula/luarocks.rb | |
| parent | e98d63ad26c49af92fcd8ae6eef1d15d188bd3a0 (diff) | |
| download | homebrew-8022bf4dc0f814d527965ed8ec7048f647c44ec5.tar.bz2 | |
Fix more quoting issues
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/luarocks.rb')
| -rw-r--r-- | Library/Formula/luarocks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/luarocks.rb b/Library/Formula/luarocks.rb index 1333ca1f5..7bf9b0867 100644 --- a/Library/Formula/luarocks.rb +++ b/Library/Formula/luarocks.rb @@ -43,7 +43,7 @@ class Luarocks < Formula def test opoo "Luarocks test script installs 'lpeg'" - system "#{bin}/luarocks install lpeg" + system "#{bin}/luarocks", "install", "lpeg" system "lua", "-llpeg", "-e", 'print ("Hello World!")' end end |
