python: fix typo

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-08-13 10:01:40 -05:00
parent a714afb4fa
commit 0827546cb2
1 changed files with 1 additions and 1 deletions

View File

@ -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