mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 06:10:16 +02:00
* quote the path to the assembler if necessary when using popen(), since
it's based on calling "/bin/sh -c $cmdline" (mantis #19316) git-svn-id: trunk@17423 -
This commit is contained in:
parent
1b5fed238a
commit
2c94ef0f09
@ -548,7 +548,7 @@ Implementation
|
||||
end
|
||||
else
|
||||
Message1(exec_i_assembling_pipe,AsmFileName);
|
||||
POpen(outfile,FindAssembler+' '+MakeCmdLine,'W');
|
||||
POpen(outfile,maybequoted(FindAssembler)+' '+MakeCmdLine,'W');
|
||||
end
|
||||
else
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user