aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-sh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-sh.rb')
-rw-r--r--Library/Formula/git-sh.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/git-sh.rb b/Library/Formula/git-sh.rb
index 2befabede..d09863536 100644
--- a/Library/Formula/git-sh.rb
+++ b/Library/Formula/git-sh.rb
@@ -7,7 +7,8 @@ class GitSh < Formula
version '20100401'
head 'git://github.com/rtomayko/git-sh.git'
- depends_on 'git'
+ # Not depending on git because people might have it
+ # installed through another means
def install
system "make"