Re: [GRASS-dev] load_env() issues in startup

2019-10-29 Thread Huidae Cho
OK.. Tried to work around this limitation by adding spaces and $HOME is now expanded into the location directory. Hmm... I kind of see why we're doing this. Maybe, better to fix load_env()? Huidae On Tue, Oct 29, 2019 at 8:59 PM Huidae Cho wrote: > Hi, > > Currently, .grass7/bashrc is

[GRASS-dev] load_env() issues in startup

2019-10-29 Thread Huidae Cho
Hi, Currently, .grass7/bashrc is partially broken. This file is read by two functions in the startup script: load_env() and *_startup() ( https://trac.osgeo.org/grass/ticket/3462). Commenting out export lines in .grass7/bashrc doesn't work because load_env() splits each line twice (once by space