From 5879a2e9192dc9b6e1e17d2b6d14b26df96ff41b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Nov 2005 21:15:41 +0000 Subject: Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path. public/dispatcher.* still uses the hard-coded path for compatibility with web servers that dont have Ruby in path [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2959 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/bin/destroy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/bin/destroy') diff --git a/railties/bin/destroy b/railties/bin/destroy index c2799bd20d..fa0e6fcd0b 100644 --- a/railties/bin/destroy +++ b/railties/bin/destroy @@ -1,3 +1,3 @@ -#!/usr/local/bin/ruby +#!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot' require 'commands/destroy' \ No newline at end of file -- cgit v1.2.3