aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rfcmarkup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rfcmarkup.rb b/Library/Formula/rfcmarkup.rb
index 4e3ad26d4..280e89a44 100644
--- a/Library/Formula/rfcmarkup.rb
+++ b/Library/Formula/rfcmarkup.rb
@@ -6,7 +6,7 @@ class Rfcmarkup <Formula
md5 '092b483eba45facf28f78adfa15d42a0'
def install
- inreplace "rfcmarkup", "/usr/local/bin/python", "/usr/bin/python"
+ inreplace "rfcmarkup", "/usr/local/bin/python", "/usr/bin/env python"
bin.install "rfcmarkup"
doc.install %w(changelog copyright todo)
end