aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-08 22:00:28 -0800
committerAdam Vandenberg2012-02-08 22:00:28 -0800
commit2ebcf6980c53db63c94ec49fe0d07943e991a2fa (patch)
tree25c0ebb20f8599b7a3773ec41dd07353e58a3320
parentee6ba079f52665fafb1331db8ed30cf191ddfc75 (diff)
downloadhomebrew-2ebcf6980c53db63c94ec49fe0d07943e991a2fa.tar.bz2
assimp: full path in test
-rw-r--r--Library/Formula/assimp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/assimp.rb b/Library/Formula/assimp.rb
index 7b070ecdd..68dad144a 100644
--- a/Library/Formula/assimp.rb
+++ b/Library/Formula/assimp.rb
@@ -15,6 +15,6 @@ class Assimp < Formula
end
def test
- system "assimp version"
+ system "#{bin}/assimp version"
end
end