diff options
Diffstat (limited to 'compiler/cfileutl.pas')
-rw-r--r-- | compiler/cfileutl.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cfileutl.pas b/compiler/cfileutl.pas index ad275e2044..0fae786e0a 100644 --- a/compiler/cfileutl.pas +++ b/compiler/cfileutl.pas @@ -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; |