summaryrefslogtreecommitdiff
path: root/homebrew/rcm.rb.in
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/rcm.rb.in')
-rw-r--r--homebrew/rcm.rb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/homebrew/rcm.rb.in b/homebrew/rcm.rb.in
index c86eacb..03a99b7 100644
--- a/homebrew/rcm.rb.in
+++ b/homebrew/rcm.rb.in
@@ -11,6 +11,6 @@ class Rcm < Formula
end
test do
- system "lsrc"
+ system "#{bin}/lsrc"
end
end