[DRE-commits] [SCM] ruby-ferret.git branch, master, updated. debian/0.11.6-3-21-g68f4ccc

Cédric Boutillier cedric.boutillier at gmail.com
Thu Jun 14 21:01:43 UTC 2012


The following commit has been merged in the master branch:
commit ae738755e41d552fc29246717cb7155a9e01b7d2
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Jun 14 14:05:12 2012 +0200

    do not set shebang of bin/ferret to ruby1.8

diff --git a/bin/ferret-browser b/bin/ferret-browser
index c2706e8..add19c5 100755
--- a/bin/ferret-browser
+++ b/bin/ferret-browser
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby1.8
+#!/usr/bin/env ruby
 
 $: << File.expand_path(File.join(File.basename(__FILE__), '../lib'))
 require 'ferret'

-- 
ruby-ferret.git



More information about the Pkg-ruby-extras-commits mailing list