1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Gunnar Wolf <gwolf@debian.org>
Forwarded: Not-needed (trivial)
Last-update: 2011-09-14
Description: Fix the hashbang to use the systemwide Ruby
Index: ruby-image-science-1.2.1/lib/image_science.rb
===================================================================
--- ruby-image-science-1.2.1.orig/lib/image_science.rb 2011-09-14 16:49:15.000000000 -0500
+++ ruby-image-science-1.2.1/lib/image_science.rb 2011-09-14 17:37:28.000000000 -0500
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby -w
require 'rubygems'
require 'inline'
|