diff options
| author | Ben Hagen | 2015-03-12 13:52:54 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2015-03-13 22:48:08 -0700 |
| commit | 4315e4588ce72da84881a452fdb465ffb0f8d78f (patch) | |
| tree | 87a663b42aed10d0f17a08b5f3ccec8fc70f633b /Library/Formula/ctl.rb | |
| parent | 3f7aa31136905871de7c82ba31055d3cfc119b81 (diff) | |
| download | homebrew-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/Formula/ctl.rb')
| -rw-r--r-- | Library/Formula/ctl.rb | 1 |
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" |
