mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:27:59 +02:00
* removed single remaining use of a 1.0.x deprecated function.
git-svn-id: trunk@21322 -
This commit is contained in:
parent
0ddd03eef2
commit
8082982d46
@ -1008,7 +1008,7 @@ begin
|
||||
{$endif}
|
||||
{$ifdef Unix}
|
||||
error:=0;
|
||||
If Shell(GetExePath+PpasFile)=-1 Then
|
||||
If fpsystem(GetExePath+PpasFile)=-1 Then
|
||||
Error:=fpgeterrno;
|
||||
{$else}
|
||||
DosExecute(GetEnv('COMSPEC'),'/C '+GetExePath+PpasFile);
|
||||
|
Loading…
Reference in New Issue
Block a user