aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cvs2svn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cvs2svn.rb')
-rw-r--r--Library/Formula/cvs2svn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cvs2svn.rb b/Library/Formula/cvs2svn.rb
index 6538a80b6..9dd5b2a13 100644
--- a/Library/Formula/cvs2svn.rb
+++ b/Library/Formula/cvs2svn.rb
@@ -5,7 +5,7 @@ class PythonWithGdbm < Requirement
The Python being used does not include gdbm support,
but it is required to build this formula:
- #{`which python`.chomp}
+ #{which 'python'}
Homebrew's Python includes gdbm support.
EOS