aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rake7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/rake b/bin/rake
index c9e95da611..0de43c97ec 100755
--- a/bin/rake
+++ b/bin/rake
@@ -23,9 +23,10 @@
#++
begin
- require 'rake'
-rescue LoadError
require 'rubygems'
- require 'rake'
+rescue LoadError
end
+
+require 'rake'
+
Rake.application.run