From 97368f8dfc73614b488cf622e91acc8d7b05743f Mon Sep 17 00:00:00 2001 From: mbcoguno Date: Tue, 19 Feb 2013 00:44:44 +0800 Subject: [PATCH] Contributions: fix soft link that not refer current file. a6324cb forget fix soft link in ENV folder, it cause superenv use Apple provided git and svn. Closes Homebrew/homebrew#17927. Signed-off-by: Mike McQuaid --- Library/ENV/4.3/git | 2 +- Library/ENV/4.3/svn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/ENV/4.3/git b/Library/ENV/4.3/git index 62d53b2369..96b4ab213e 120000 --- a/Library/ENV/4.3/git +++ b/Library/ENV/4.3/git @@ -1 +1 @@ -../../Contributions/cmds/git \ No newline at end of file +../../Contributions/cmd/git \ No newline at end of file diff --git a/Library/ENV/4.3/svn b/Library/ENV/4.3/svn index a5c7aa2d97..b20ea6a2a4 120000 --- a/Library/ENV/4.3/svn +++ b/Library/ENV/4.3/svn @@ -1 +1 @@ -../../Contributions/cmds/svn \ No newline at end of file +../../Contributions/cmd/svn \ No newline at end of file