aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/pixie.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pixie.rb b/Library/Formula/pixie.rb
index 39c642c50..f916a00cd 100644
--- a/Library/Formula/pixie.rb
+++ b/Library/Formula/pixie.rb
@@ -23,6 +23,6 @@ class Pixie < Formula
end
def test
- system "rndr -v"
+ system "#{bin}/rndr -v"
end
end