From d458200223e13f6aa823dd29f56e1a7d5daf5de6 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 2 Nov 2012 09:33:48 -0400 Subject: [PATCH] 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 Homebrew/homebrew#15783. --- Library/ENV/4.3/git | 1 + Library/ENV/4.3/svn | 1 + 2 files changed, 2 insertions(+) create mode 120000 Library/ENV/4.3/git create mode 120000 Library/ENV/4.3/svn diff --git a/Library/ENV/4.3/git b/Library/ENV/4.3/git new file mode 120000 index 0000000000..62d53b2369 --- /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 0000000000..a5c7aa2d97 --- /dev/null +++ b/Library/ENV/4.3/svn @@ -0,0 +1 @@ +../../Contributions/cmds/svn \ No newline at end of file