From 8be0cb5c19bb7697fc735979a57e1c709c2681e2 Mon Sep 17 00:00:00 2001 From: Oliver Newman Date: Thu, 17 Nov 2016 09:59:30 -0500 Subject: [PATCH] admesh: fully scope test system call Closes #7059. Signed-off-by: William Woodruff --- Formula/admesh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/admesh.rb b/Formula/admesh.rb index a0a3fc7726..69008f31cd 100644 --- a/Formula/admesh.rb +++ b/Formula/admesh.rb @@ -33,6 +33,6 @@ class Admesh < Formula ENDFACET ENDSOLID Untitled1 EOS - system "admesh", "test.stl" + system "#{bin}/admesh", "test.stl" end end