Explorar el Código

* fixed deprecated

git-svn-id: trunk@7716 -
marco hace 18 años
padre
commit
4200ae288d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/utils/ppumove.pp

+ 1 - 1
compiler/utils/ppumove.pp

@@ -119,7 +119,7 @@ begin
      exit;
    end;
 {$ifdef unix}
-  Shell:=unix.shell(s);
+  Shell:=unix.fpsystem(s);
 {$else}
   exec(getenv('COMSPEC'),'/C '+s);
   Shell:=DosExitCode;