diff options
| author | Adam Vandenberg | 2012-02-08 22:00:28 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-08 22:00:28 -0800 |
| commit | 2ebcf6980c53db63c94ec49fe0d07943e991a2fa (patch) | |
| tree | 25c0ebb20f8599b7a3773ec41dd07353e58a3320 | |
| parent | ee6ba079f52665fafb1331db8ed30cf191ddfc75 (diff) | |
| download | homebrew-2ebcf6980c53db63c94ec49fe0d07943e991a2fa.tar.bz2 | |
assimp: full path in test
| -rw-r--r-- | Library/Formula/assimp.rb | 2 |
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 |
