diff options
| author | Mike McQuaid | 2014-09-24 21:35:07 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-02 16:03:23 -0700 |
| commit | d08bc3261df550eb4c4b324b7458dc21d8f108aa (patch) | |
| tree | 8459d2c99c5292519a9e5047f7e0379d441b3064 /Library/ENV/4.3 | |
| parent | 2496da48b34ee183b6873e090e91b0adf87cb674 (diff) | |
| download | homebrew-d08bc3261df550eb4c4b324b7458dc21d8f108aa.tar.bz2 | |
Move SCM wrappers from Contributions to ENV/scm.
Closes #32615.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/ENV/4.3')
| l--------- | Library/ENV/4.3/git | 2 | ||||
| l--------- | 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 96b4ab213..ba71181a5 120000 --- a/Library/ENV/4.3/git +++ b/Library/ENV/4.3/git @@ -1 +1 @@ -../../Contributions/cmd/git
\ No newline at end of file +../scm/git
\ No newline at end of file diff --git a/Library/ENV/4.3/svn b/Library/ENV/4.3/svn index b20ea6a2a..e1231dfaa 120000 --- a/Library/ENV/4.3/svn +++ b/Library/ENV/4.3/svn @@ -1 +1 @@ -../../Contributions/cmd/svn
\ No newline at end of file +../scm/svn
\ No newline at end of file |
