139
139
fixup_environ(req, script_path)
141
141
# usage: tramp uid jail_dir working_dir script_path
142
cmd_line = [trampoline, str(uid), req.config['paths']['jails']['mounts'],
143
[trampoline, str(uid), req.config['paths']['jails']['mounts'],
143
144
req.config['paths']['jails']['src'],
144
145
req.config['paths']['jails']['template'],
145
jail_dir, working_dir, interpreter, script_path]
146
jail_dir, working_dir, interpreter, script_path],
150
147
stdin=f, stdout=subprocess.PIPE, stderr=subprocess.STDOUT,