aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gsoap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gsoap.rb b/Library/Formula/gsoap.rb
index 25f97da9f..a75734e74 100644
--- a/Library/Formula/gsoap.rb
+++ b/Library/Formula/gsoap.rb
@@ -12,6 +12,6 @@ class Gsoap < Formula
end
def test
- system "soapcpp2 -v"
+ system "#{bin}/soapcpp2 -v"
end
end