From 2f87afb6cb37bc9338cd94972f12bf390a950d7a Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Mon, 19 May 2014 21:19:13 -0700 Subject: avfs: use full path of executable Closes #29418. Signed-off-by: Adam Vandenberg --- Library/Formula/avfs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/avfs.rb b/Library/Formula/avfs.rb index 2b257373c..1504a3321 100644 --- a/Library/Formula/avfs.rb +++ b/Library/Formula/avfs.rb @@ -23,7 +23,7 @@ class Avfs < Formula end test do - system "avfsd", "--version" + system bin/"avfsd", "--version" end end -- cgit v1.2.3