util/run: ensure env variable PWD is always correct

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

Loading