Explorar o código

fcl-process: fixed parsing CommandLine under unix

mattias %!s(int64=2) %!d(string=hai) anos
pai
achega
203c566875
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;