SJS wrote:
> Saw the update on IRC. Pulled down the changes, ran make, then
> make check... and saw a failure.

Oops, pushed the wrong directory.

diff --git a/kernel/ProcEnv.st b/kernel/ProcEnv.st
index b0ad1a3..e4e7463 100644
--- a/kernel/ProcEnv.st
+++ b/kernel/ProcEnv.st
@@ -44,7 +44,7 @@ setting for the current process.'>
         automatically create it in the current process, while removal must
         be done by hand through the ProcessEnvironment singleton object."
        <category: 'accessing'>
-       ^self basicNew key: Object new
+       ^self basicNew key: anObject
     ]

     ProcessVariable class >> new [

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to