From 4068250eaed35b5eaa364d1eaa5ae2452487bc38 Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Sat, 11 Jun 2011 20:10:17 +0100 Subject: [PATCH] Make the stand-alone binary compatible with Ruby 1.9 --- dradis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dradis b/dradis index 31f844ca..b64f8692 100755 --- a/dradis +++ b/dradis @@ -3,6 +3,6 @@ require 'rubygems' require 'thor' -require 'lib/tasks/thorfile' +require File.expand_path('../lib/tasks/thorfile', __FILE__) -DradisTasks.start \ No newline at end of file +DradisTasks.start