aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Naberezny2014-05-20 15:43:40 -0700
committerAdam Vandenberg2014-05-20 16:49:11 -0700
commitb5ef55ddfa1b34d3143995447c60b0db872eb9ce (patch)
tree9d8eedca36316f776b8735ea25a4b99401bd5f72
parentc5297d2180528639b6065eeb59f5b5a4a77f1aef (diff)
downloadhomebrew-b5ef55ddfa1b34d3143995447c60b0db872eb9ce.tar.bz2
mon: use full path of executable
Closes #29440. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/mon.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mon.rb b/Library/Formula/mon.rb
index 0dceab7ba..38cf79522 100644
--- a/Library/Formula/mon.rb
+++ b/Library/Formula/mon.rb
@@ -18,6 +18,6 @@ class Mon < Formula
end
test do
- system "mon", "-V"
+ system bin/"mon", "-V"
end
end