diff options
| author | Jack Nagel | 2012-08-13 10:01:40 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-13 10:01:40 -0500 |
| commit | 372f46712465cdb43598e06b4cf7b9601df3ac99 (patch) | |
| tree | b0afc680b421aafcc9400f66b80e6e9323745f4d /Library/Formula/python.rb | |
| parent | c6a3dfcc3e80ce4db460acdc4e8c0cd35e16e7c8 (diff) | |
| download | homebrew-372f46712465cdb43598e06b4cf7b9601df3ac99.tar.bz2 | |
python: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index e6e04cba2..4a69dcb8a 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -119,7 +119,7 @@ class Python < Formula # Python 3 has a 2to3, too. Additionally there still is a 2to3-2.7. # (https://github.com/mxcl/homebrew/issues/12581) - rm bin/"2to3" if (HOMEBREW_PREFIX/bin/"2to3").exist? + rm bin/"2to3" if (HOMEBREW_PREFIX/"bin/2to3").exist? # Tell distutils-based installers where to put scripts scripts_folder.mkpath |
