aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBen Hagen2015-03-12 13:52:54 +0100
committerTim D. Smith2015-03-13 22:48:08 -0700
commit4315e4588ce72da84881a452fdb465ffb0f8d78f (patch)
tree87a663b42aed10d0f17a08b5f3ccec8fc70f633b /Library
parent3f7aa31136905871de7c82ba31055d3cfc119b81 (diff)
downloadhomebrew-4315e4588ce72da84881a452fdb465ffb0f8d78f.tar.bz2
ctl: unset $CTL_MODULE_PATH
fixes https://github.com/ampas/CTL/issues/47 Closes #37638. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ctl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ctl.rb b/Library/Formula/ctl.rb
index 86e3009e8..224f2f0df 100644
--- a/Library/Formula/ctl.rb
+++ b/Library/Formula/ctl.rb
@@ -12,6 +12,7 @@ class Ctl < Formula
depends_on "aces_container"
def install
+ ENV.delete "CTL_MODULE_PATH"
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make"