From df88c67b38497bdaf7b4c86fac431959b965b428 Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Wed, 26 Nov 2008 22:06:02 -0200 Subject: Doh, corrected mistake in previous commit. --- bin/rake-compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/rake-compiler b/bin/rake-compiler index 27041c9..9bf5262 100644 --- a/bin/rake-compiler +++ b/bin/rake-compiler @@ -17,7 +17,7 @@ end # Move into user home to initialize Rake Dir.chdir File.expand_path("~") do Rake.application.init('rake-compiler') -} +end # Load the already cooked tasks ;-) load File.join(File.dirname(__FILE__), %w{.. tasks cross Rakefile}) -- cgit v1.2.1