pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit bc34ac0d99d72a76bae3e0cb92655818e13a15ba
parent 12b09fd9a66a8e251127fc3ca56cd09b59ec7814
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 22 Feb 2024 09:16:04 +0100

Pass chdir argument to Settings constructor

Diffstat:
Muserns_sandbox.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/userns_sandbox.py b/userns_sandbox.py @@ -353,6 +353,7 @@ class Settings: return cls( versions=(args.versions or pathlib.PosixPath(v['versions'])), root=args.root_dir, + chdir=args.chdir, environment=args.environment, vars=v, command=tuple(args.command),