Hello,
From a distrobox fedora container, host-spawn doesn't seem to pass the PWD variable to the child process, I'm not sure why.
$ pwd
/var/home/arouene/Videos
$ host-spawn env | grep PWD
OLDPWD=/var/home/arouene
PWD=/var/home/arouene
$ host-spawn -cwd $(pwd) env | grep PWD
OLDPWD=/var/home/arouene
PWD=/var/home/arouene
getcwd() is working fine though.
Hello,
From a distrobox fedora container, host-spawn doesn't seem to pass the PWD variable to the child process, I'm not sure why.
getcwd() is working fine though.