Преглед на файлове

* fixed deprecated

git-svn-id: trunk@7716 -
marco преди 18 години
родител
ревизия
4200ae288d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;