summaryrefslogtreecommitdiff
path: root/devel/ruby-setup.rb/files/patch-ruby-setup.rb
blob: d7bfb08ce93a9a36371b86834ed6512c63c18941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ruby-setup.rb.orig	Tue Dec 16 18:45:36 2003
+++ ruby-setup.rb	Mon Dec 22 03:02:04 2003
@@ -916,7 +916,7 @@
   @singleton = nil
 
   def ToplevelInstaller.instance
-    @singleton ||= new(File.dirname($0))
+    @singleton ||= new(File.pwd)
     @singleton
   end