diff options
| author | Mike Naberezny | 2014-05-20 15:43:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-20 16:49:11 -0700 |
| commit | b5ef55ddfa1b34d3143995447c60b0db872eb9ce (patch) | |
| tree | 9d8eedca36316f776b8735ea25a4b99401bd5f72 | |
| parent | c5297d2180528639b6065eeb59f5b5a4a77f1aef (diff) | |
| download | homebrew-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.rb | 2 |
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 |
