#! /bin/sh /usr/share/dpatch/dpatch-run
## 10_correct-path-for-ruby-interpreter.dpatch by Sebastien Delafond <seb@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Correct path to Ruby interpreter.

@DPATCH@
Index: ruby-heckle/bin/heckle
===================================================================
--- ruby-heckle.orig/bin/heckle	2012-05-19 10:55:35.000000000 -0500
+++ ruby-heckle/bin/heckle	2012-05-19 16:12:14.000000000 -0500
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby
+#!/usr/bin/ruby1.8
 
 $:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])
 require 'test_unit_heckler'
