# File lib/rake/application.rb, line 599
599:     def system_dir
600:       @system_dir ||=
601:         begin
602:           if ENV['RAKE_SYSTEM']
603:             ENV['RAKE_SYSTEM']
604:           else
605:             standard_system_dir
606:           end
607:         end
608:     end