From f12f0069ea052f1a19cfa2d53183b1856d0a4633 Mon Sep 17 00:00:00 2001 From: Steve Marshall Date: Sat, 7 Nov 2015 07:45:14 +0000 Subject: [PATCH] Use a ruby version that exists on El Capitan Ruby 1.8 hasn't been the system Ruby since at least Yosemite. --- Support/bin/redcarpet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support/bin/redcarpet.rb b/Support/bin/redcarpet.rb index ef12460..746a838 100755 --- a/Support/bin/redcarpet.rb +++ b/Support/bin/redcarpet.rb @@ -1,4 +1,4 @@ -#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby +#!/usr/bin/env ruby # Usage: redcarpet [...] # Convert one or more Markdown files to HTML and write to standard output. With