mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:06:23 +02:00
* Fix RequotedExecuteProcess
git-svn-id: trunk@21078 -
This commit is contained in:
parent
a54e342060
commit
8e91872ce6
@ -1506,7 +1506,7 @@ end;
|
||||
var
|
||||
quote_script: tscripttype;
|
||||
begin
|
||||
if not(cs_link_on_target in current_settings.globalswitches) then
|
||||
if (cs_link_on_target in current_settings.globalswitches) then
|
||||
quote_script:=target_info.script
|
||||
else
|
||||
quote_script:=source_info.script;
|
||||
|
Loading…
Reference in New Issue
Block a user