diff options
| author | Adam Vandenberg | 2014-02-24 21:48:47 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:17 -0800 |
| commit | 66e3ef7cdba23fbf60a1b0402ce2bb37d3897a96 (patch) | |
| tree | 77f12b3b94f8d134bb0d9ea8e0a5678b9de9fe81 /Library/Formula/fsh.rb | |
| parent | a6bc9da092a3d32987961d4d7497aea9e55531a4 (diff) | |
| download | homebrew-66e3ef7cdba23fbf60a1b0402ce2bb37d3897a96.tar.bz2 | |
fsh: use Formula[]
Diffstat (limited to 'Library/Formula/fsh.rb')
| -rw-r--r-- | Library/Formula/fsh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fsh.rb b/Library/Formula/fsh.rb index d8c074123..7900f0bea 100644 --- a/Library/Formula/fsh.rb +++ b/Library/Formula/fsh.rb @@ -16,7 +16,7 @@ class Fsh < Formula system "make install" cd bin do - if Formula.factory('python').installed? + if Formula['python'].installed? inreplace ["fsh", "fshd", "in.fshd"], "#! /usr/local/bin/python", "#!/usr/bin/env python" end |
