summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/rake-compiler2
1 files changed, 1 insertions, 1 deletions
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})