mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 15:39:28 +00:00
Actually use the arguments with the resolved executable path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82527 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
57d6903dea
commit
4b78aa3f56
@ -110,7 +110,7 @@ def executeShCmd(cmd, cfg, cwd, results):
|
||||
if not args[0]:
|
||||
raise InternalShellError(j, '%r: command not found' % j.args[0])
|
||||
|
||||
procs.append(subprocess.Popen(j.args, cwd=cwd,
|
||||
procs.append(subprocess.Popen(args, cwd=cwd,
|
||||
stdin = stdin,
|
||||
stdout = stdout,
|
||||
stderr = stderr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user