From: Gunnar Wolf <gwolf@debian.org>
Forwarded: not-needed
Last-Update: 2011-11-24
Description: Point to the right interpreter

Index: ruby-parsetree/bin/parse_tree_abc
===================================================================
--- ruby-parsetree.orig/bin/parse_tree_abc	2011-11-24 17:06:52.000000000 -0600
+++ ruby-parsetree/bin/parse_tree_abc	2011-11-24 17:50:30.000000000 -0600
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -ws
+#!/usr/bin/ruby1.8 -ws
 
 # ABC metric
 #
Index: ruby-parsetree/bin/parse_tree_audit
===================================================================
--- ruby-parsetree.orig/bin/parse_tree_audit	2011-11-24 17:06:52.000000000 -0600
+++ ruby-parsetree/bin/parse_tree_audit	2011-11-24 17:50:43.000000000 -0600
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'parse_tree'
 
Index: ruby-parsetree/bin/parse_tree_deps
===================================================================
--- ruby-parsetree.orig/bin/parse_tree_deps	2011-11-24 17:06:52.000000000 -0600
+++ ruby-parsetree/bin/parse_tree_deps	2011-11-24 17:50:54.000000000 -0600
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -ws
+#!/usr/bin/ruby1.8 -ws
 
 old_classes = []; new_classes = []
 
Index: ruby-parsetree/bin/parse_tree_show
===================================================================
--- ruby-parsetree.orig/bin/parse_tree_show	2011-11-24 17:06:52.000000000 -0600
+++ ruby-parsetree/bin/parse_tree_show	2011-11-24 17:51:00.000000000 -0600
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -ws
+#!/usr/bin/ruby1.8 -ws
 
 require 'pp'
 begin; require 'rubygems'; rescue LoadError; end
Index: ruby-parsetree/lib/parse_tree.rb
===================================================================
--- ruby-parsetree.orig/lib/parse_tree.rb	2011-11-24 17:06:52.000000000 -0600
+++ ruby-parsetree/lib/parse_tree.rb	2011-11-24 17:50:21.000000000 -0600
@@ -1,5 +1,3 @@
-#!/usr/local/bin/ruby -w
-
 raise LoadError, "ParseTree doesn't work with ruby #{RUBY_VERSION}" if
   RUBY_VERSION >= "1.9"
 raise LoadError, "ParseTree isn't needed with rubinius" if
