Description: Fix shebang interpreter Forwarded: not-needed Author: Jérémy Lal Last-Update: 2010-01-09 Index: b/lib/faster_csv.rb =================================================================== --- a/lib/faster_csv.rb 2011-03-07 20:44:40.000000000 +0100 +++ b/lib/faster_csv.rb 2011-03-08 10:26:55.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/bin/ruby -w +#!/usr/bin/ruby -w # = faster_csv.rb -- Faster CSV Reading and Writing #