From 10abe7a53628ce4557af84aa9ce10500790b4250 Mon Sep 17 00:00:00 2001 From: Leigh Dodds Date: Tue, 28 Sep 2010 15:47:14 +0100 Subject: [PATCH] tweak include to make runnable from proj. directory --- bin/dowl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/dowl b/bin/dowl index b14ba05..720477a 100644 --- a/bin/dowl +++ b/bin/dowl @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +$:.unshift File.join(File.dirname(__FILE__), "..", "lib") require 'rubygems' require 'getoptlong' require 'rdf/redland'