Jelajahi Sumber

Undo commit 15697

git-svn-id: branches/fixes_2_4@15699 -
pierre 15 tahun lalu
induk
melakukan
91a0f06909
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      tests/utils/redir.pp

+ 3 - 3
tests/utils/redir.pp

@@ -1002,7 +1002,7 @@ end;
           end;
       {$else}
         DosError:=0;
-        Exec (Getenv('COMSPEC'),'/C '+FixPath(progname)+' '+Comline);
+        Exec (Getenv('COMSPEC'),'/C '+FixPath(progname)+' '+Comline)
         IOStatus:=DosError;
         ExecuteResult:=DosExitCode;
       {$endif}
@@ -1021,9 +1021,9 @@ end;
             {$else}
               doserror:=0;
               {$ifdef macos}
-                Dos.Exec(''''+ProgName+'''',Comline); {Quotes needed !}
+                Dos.Exec(''''+ProgName+'''',Comline) {Quotes needed !}
               {$else}
-                Dos.Exec(ProgName,Comline);
+                Dos.Exec(ProgName,Comline)
              {$endif}
              IOStatus:=DosError;
              ExecuteResult:=DosExitCode;