11 lines
264 B
Text
11 lines
264 B
Text
$NetBSD: patch-aa,v 1.2 2011/06/11 03:14:44 taca Exp $
|
|
|
|
Fix shbang path.
|
|
|
|
--- bin/rails.orig 2010-09-07 05:45:01.000000000 +0000
|
|
+++ bin/rails
|
|
@@ -1,3 +1,4 @@
|
|
+#!/usr/pkg/bin/ruby
|
|
$:.unshift File.expand_path("../../lib", __FILE__)
|
|
|
|
require 'ruby_version_check'
|