* 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:
Jonas Maebe 2011-05-09 21:27:36 +00:00
parent 1b5fed238a
commit 2c94ef0f09

View File

@ -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}