diff options
| author | Misty De Meo | 2012-01-14 02:39:03 -0600 |
|---|---|---|
| committer | Misty De Meo | 2012-01-14 11:42:31 -0600 |
| commit | aebc60a63a11b584928026274c3feae6838893b8 (patch) | |
| tree | 6df50831b38b342c741d309f2a968a7501ceacaa /Library/Formula | |
| parent | b65030fcaff371ca5332a473fde7ba64094125e1 (diff) | |
| download | homebrew-aebc60a63a11b584928026274c3feae6838893b8.tar.bz2 | |
mercurial: update regexp to match framework python
Fixes #9593
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mercurial.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index c6d6d8ad6..938eb6c17 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -44,7 +44,7 @@ class Mercurial < Formula ln_s libexec+'hg', bin+'hg' # Remove the hard-coded python invocation from hg - inreplace bin+'hg', %r[#!/.*/python], '#!/usr/bin/env python' + inreplace bin+'hg', %r[#!/.*/python/.*], '#!/usr/bin/env python' # Install some contribs bin.install 'contrib/hgk' |
