File: fix_ruby_path

package info (click to toggle)
ruby-image-science 1.2.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: ruby: 404; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (2)
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'