pthbs

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

commit 2acefe4ce778c31c5ff4c82ca107a889d7e812d9
parent fffa42c74d99d94c5e226acd492cbfca57a4b9ad
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 22 Feb 2024 07:22:50 +0100

Remove useless check

Diffstat:
Muserns_sandbox.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/userns_sandbox.py b/userns_sandbox.py @@ -315,7 +315,6 @@ class Settings: assert (self.root / 'dev').is_dir() assert (self.root / 'bin').is_dir() assert (self.root / 'bin/sh').exists() - assert (self.root_environment).is_dir() @classmethod def from_args(cls, args):