瀏覽代碼

fcl-process: fixed parsing CommandLine under unix

mattias 2 年之前
父節點
當前提交
203c566875
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-process/src/unix/process.inc

+ 1 - 1
packages/fcl-process/src/unix/process.inc

@@ -210,7 +210,7 @@ begin
       end
     else
       begin
-      If (PA='') then
+      If (PA<>'') then
         Cmd:=PA
       else
         Cmd:=PC;