diff options
Diffstat (limited to 'Library/Formula')
| -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 |
