aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wimlib.rb
diff options
context:
space:
mode:
authorMike Naberezny2014-05-21 16:51:34 -0700
committerAdam Vandenberg2014-05-21 17:18:05 -0700
commite7137d06f2129b020d46ee658d2e8a8a8e42840d (patch)
tree7e680a9bedafbf5a138c953933d15178e3ca0883 /Library/Formula/wimlib.rb
parentae1bffadc1952c0fabdc694f2854f78f130ce8df (diff)
downloadhomebrew-e7137d06f2129b020d46ee658d2e8a8a8e42840d.tar.bz2
wimlib: use full path of executable
Closes #29474. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/wimlib.rb')
-rw-r--r--Library/Formula/wimlib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wimlib.rb b/Library/Formula/wimlib.rb
index a1cd0ad36..3a6b8b54a 100644
--- a/Library/Formula/wimlib.rb
+++ b/Library/Formula/wimlib.rb
@@ -18,6 +18,6 @@ class Wimlib < Formula
end
test do
- system "wiminfo", "--help"
+ system bin/"wiminfo", "--help"
end
end