aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2012-11-02 09:33:48 -0400
committerMax Howell2012-11-02 09:34:25 -0400
commitb1a9d53e55156838a7951952d33cb33d6de4517f (patch)
tree1c2fa8a5151ea295c74eab45a7661a41fcb266a6 /Library
parentf0b81bf356c48d19730fee3ccee45cad6525a0d7 (diff)
downloadhomebrew-b1a9d53e55156838a7951952d33cb33d6de4517f.tar.bz2
superenv: Builds need to use the right git/svn too
stdenv already works as Contributions/cmds is in the path already. This is safe to do because OS X already has git and svn in the PATH if you have the CLT installed. So we should definitely ensure we use the right versions. Fixes #15783.
Diffstat (limited to 'Library')
l---------Library/ENV/4.3/git1
l---------Library/ENV/4.3/svn1
2 files changed, 2 insertions, 0 deletions
diff --git a/Library/ENV/4.3/git b/Library/ENV/4.3/git
new file mode 120000
index 000000000..62d53b236
--- /dev/null
+++ b/Library/ENV/4.3/git
@@ -0,0 +1 @@
+../../Contributions/cmds/git \ No newline at end of file
diff --git a/Library/ENV/4.3/svn b/Library/ENV/4.3/svn
new file mode 120000
index 000000000..a5c7aa2d9
--- /dev/null
+++ b/Library/ENV/4.3/svn
@@ -0,0 +1 @@
+../../Contributions/cmds/svn \ No newline at end of file