diff options
Diffstat (limited to 'Library/Formula/fsh.rb')
| -rw-r--r-- | Library/Formula/fsh.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/fsh.rb b/Library/Formula/fsh.rb index ce8678c66..8e7cf8245 100644 --- a/Library/Formula/fsh.rb +++ b/Library/Formula/fsh.rb @@ -13,9 +13,8 @@ class Fsh <Formula system "make install" cd bin do - inreplace "fsh", "#! /usr/local/bin/python", "#!/usr/bin/env python" - inreplace "fshd", "#! /usr/local/bin/python", "#!/usr/bin/env python" - inreplace "in.fshd", "#! /usr/local/bin/python", "#!/usr/bin/env python" + inreplace ["fsh", "fshd", "in.fshd"], + "#! /usr/local/bin/python", "#!/usr/bin/env python" end end end |
