From 2c261f58c7f490372d041583fe57ab115e7fa815 Mon Sep 17 00:00:00 2001 From: mvandervoord Date: Fri, 22 Oct 2010 01:06:43 +0000 Subject: [PATCH] update to make it work with Ruby 1.9.2 git-svn-id: http://cexception.svn.sourceforge.net/svnroot/cexception/trunk@14 50f63946-2846-0410-8d77-f904c773002e --- rakefile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile.rb b/rakefile.rb index 325b9b2..2458c6f 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -3,7 +3,7 @@ HERE = File.expand_path(File.dirname(__FILE__)) + '/' require 'rake' require 'rake/clean' require 'rake/testtask' -require 'vendor/unity/auto/colour_reporter.rb' +require HERE+'vendor/unity/auto/colour_reporter.rb' #Tool and Lib Locations C_COMPILER = 'gcc'