Skip to content

Commit

Permalink
ChangeLogTag: Fri Jul 11 15:18:27 UTC 2008 Adam Mitz <[email protected]>
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.dre.vanderbilt.edu/DOC/MPC/trunk@1450 a3e5c962-4219-0410-a828-e124f845ac39
  • Loading branch information
elliott_c committed Jul 11, 2008
1 parent bf41b0b commit 00a4d86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vs_postclean.pl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ sub read_proj {
close($fh);
}

## Convert frequently used XML sequences to plain characters.
$cmd =~ s/&amp;/&/g;
$cmd =~ s/&quot;/\'/g;
$cmd =~ s/&gt;/>/g;
Expand Down Expand Up @@ -122,7 +123,8 @@ sub clean_sln {
foreach my $file (@ARGV) {
if (substr($file, -4, 4) eq '.sln') {
clean_sln($cfg, $file);
} else {
}
else {
clean_proj($cfg, $file);
}
}

0 comments on commit 00a4d86

Please sign in to comment.