summaryrefslogtreecommitdiff
path: root/lib/rake.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake.rb')
-rwxr-xr-xlib/rake.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake.rb b/lib/rake.rb
index 9a131e6d8f..c288e80b00 100755
--- a/lib/rake.rb
+++ b/lib/rake.rb
@@ -932,7 +932,7 @@ end
# added to the FileUtils utility functions.
#
module FileUtils
- RUBY = File.join(Config::CONFIG['bindir'], Config::CONFIG['ruby_install_name']).
+ RUBY = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']).
sub(/.*\s.*/m, '"\&"')
OPT_TABLE['sh'] = %w(noop verbose)