Browse Source

fcl-process: fixed parsing CommandLine under unix

mattias 2 năm trước cách đây
mục cha
commit
203c566875
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;