Skip to content
Snippets Groups Projects
Commit 3b6fbfcd authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Update script to flush buffer

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175711 13f79535-47bb-0310-9956-ffa450edef68
parent 65f480a8
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,9 @@ ...@@ -72,6 +72,9 @@
$os = $ARGV[0]; $os = $ARGV[0];
# flush output
$| = 1;
if (lc($os) eq "win") { if (lc($os) eq "win") {
$pathsep = "\\"; $pathsep = "\\";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment