Skip to content

Commit

Permalink
fix variable path spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Oct 12, 2008
1 parent 26f46d8 commit adb3a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/extension.rake
Expand Up @@ -27,7 +27,7 @@ if ext_config = Configuration.for_if_exist?('extension') then
task :build_win => :clobber do
ext_config.configs.each do |extension|
path = Pathname.new( extension )
parts = plath.split
parts = path.split
conf = parts.last
Dir.chdir( path.dirname ) do |d|
cp "rbconfig-mingw.rb", "rbconfig.rb"
Expand Down

0 comments on commit adb3a4b

Please sign in to comment.