Skip to content

Commit

Permalink
Merge pull request radiant#311 from aziz/patch-1
Browse files Browse the repository at this point in the history
making script/extension work when you're out of script folder (in ruby 1.9)
  • Loading branch information
saturnflyer committed Jan 27, 2012
2 parents 252d410 + bd8fd30 commit f25e91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/extension
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
require File.dirname(__FILE__) + "/../config/boot"
require File.expand_path('../../config/boot', __FILE__)
require 'radiant/extension/script'

Radiant::Extension::Script.execute ARGV

0 comments on commit f25e91e

Please sign in to comment.