> On 9. Jun 2017, at 11:09, Holger Freyther <hol...@freyther.de> wrote:
> 
> 


> a.) Behave like unix and resolve $HOME to ''
> 
> $ unset HOME
> $ echo $HOME/.config
> /.config
> 
> self home / '.config' => '/.config'


Implementing UnixResolver>>#home as

home
        ^ self directoryFromEnvVariableNamed: 'HOME' or: [self resolveString: 
'']

will lead to something creating /.config/pharo (if possible). By itself this 
change is not good enough but when adding --no-default-preferences.


Comments? Opinions?

holger



Reply via email to