From 589ee35da63e22fdf19ab7648bd321e7566e8d21 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 5 May 2012 17:10:46 -0500 Subject: appledoc: use full path in test Signed-off-by: Jack Nagel --- Library/Formula/appledoc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb index a00be2669..d3905035d 100644 --- a/Library/Formula/appledoc.rb +++ b/Library/Formula/appledoc.rb @@ -24,6 +24,6 @@ EOS end def test - system "appledoc --version" + system "#{bin}/appledoc --version" end end -- cgit v1.2.3