UnixOperatingSystem.st
changeset 11762 60eb1f51ffac
parent 11626 f46e87ad513c
child 11798 7ca269cbec09
child 17711 39faaaf888b4
--- a/UnixOperatingSystem.st	Thu Jun 11 22:58:19 2009 +0200
+++ b/UnixOperatingSystem.st	Thu Jun 11 23:01:30 2009 +0200
@@ -8983,7 +8983,7 @@
     "return the name of the users home directory
      (i.e. yours)"
 
-    ^ UnixOperatingSystem getEnvironment:'HOME'
+    ^ self getEnvironment:'HOME'
 
     "
      OperatingSystem getHomeDirectory
@@ -12702,7 +12702,7 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.256 2009-03-11 18:15:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.257 2009-06-11 21:01:30 stefan Exp $'
 ! !
 
 UnixOperatingSystem initialize!