Explorar o código

* fixed deprecated

git-svn-id: trunk@7716 -
marco %!s(int64=18) %!d(string=hai) anos
pai
achega
4200ae288d
Modificáronse 1 ficheiros con 1 adicións e 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;