Skip to content

util/run: ensure env variable PWD is always correct

Tomas Krizek requested to merge env-pwd into master

Some scripts may rely on $PWD to get current working directory. Since some commands are called after directory is changed by os.chdir(), this variable needs to be manually updated to reflect that change.


Merge request reports