浏览代码

* 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;
      exit;
    end;
    end;
 {$ifdef unix}
 {$ifdef unix}
-  Shell:=unix.shell(s);
+  Shell:=unix.fpsystem(s);
 {$else}
 {$else}
   exec(getenv('COMSPEC'),'/C '+s);
   exec(getenv('COMSPEC'),'/C '+s);
   Shell:=DosExitCode;
   Shell:=DosExitCode;