Changes

Summary

  1. This PR just implements the method as described in the issue tracker entry (details)
  2. use tab (copy paste problem) (details)
  3. - better comment: (details)
Commit 3753c079b3bb232b570ab57e5248df1e3c486279 by denker
This PR just implements the method as described in the issue tracker entry

fixes #10041
The file was modifiedsrc/System-OSEnvironments/PlatformIndependentEnvironment.class.st (diff)
Commit 146ea5af43cc75590f580f9e584df3e64ed382d7 by denker
use tab (copy paste problem)
The file was modifiedsrc/System-OSEnvironments/PlatformIndependentEnvironment.class.st (diff)
Commit 0670c9555790e63ce6dc665360158bde0828b6e5 by denker
- better comment:

"Gets the value of an environment variable called `aKey`. Execute aBlock if absent.
As there is nowhere to look up the key just evaluate the given block"

- implement setEnv:value: to fullfill the sublass responsibility (it does nothing)
The file was modifiedsrc/System-OSEnvironments/PlatformIndependentEnvironment.class.st (diff)