소스 검색

* Fix RequotedExecuteProcess

git-svn-id: trunk@21078 -
pierre 13 년 전
부모
커밋
8e91872ce6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/cfileutl.pas

+ 1 - 1
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;