diff options
Diffstat (limited to 'Library/Formula/povray.rb')
| -rw-r--r-- | Library/Formula/povray.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/povray.rb b/Library/Formula/povray.rb index 577373a5a..4bd2dbaf3 100644 --- a/Library/Formula/povray.rb +++ b/Library/Formula/povray.rb @@ -24,7 +24,7 @@ class Povray < Formula def test ohai "Rendering all test scenes; this may take a while" mktemp do - system "#{share}/povray-3.6/scripts/allscene.sh -o ." + system "#{share}/povray-3.6/scripts/allscene.sh", "-o", "." end end end |
