aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/uudeview.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/uudeview.rb b/Library/Formula/uudeview.rb
index 65a192c83..c4dd1cf82 100644
--- a/Library/Formula/uudeview.rb
+++ b/Library/Formula/uudeview.rb
@@ -11,6 +11,6 @@ class Uudeview < Formula
end
def test
- system "uudeview -V"
+ system "#{bin}/uudeview -V"
end
end