Browse Source

* fixed deprecated

git-svn-id: trunk@7716 -
marco 18 years ago
parent
commit
4200ae288d
1 changed files with 1 additions and 1 deletions
  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;