Browse Source

* fixed readability of previous commit

git-svn-id: trunk@8073 -
Vincent Snijders 18 years ago
parent
commit
09a869c579
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/webtbs/tw4038.pp

+ 2 - 2
tests/webtbs/tw4038.pp

@@ -13,9 +13,9 @@ begin
 {$else}
 {$ifdef windows}
   s:='gecho';
-{$else win32}
+{$else windows}
   s:='echo';
-{$endif win32}
+{$endif windows}
 {$endif}
   writeln(executeprocess(s,'works1 works2 works3'));
   writeln(executeprocess(s,'works1 works2 works3'));