summaryrefslogtreecommitdiff
path: root/vs_postclean.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-19 02:11:50 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-19 02:11:50 +0000
commit521ecaf0d7aebf13e7d42a71d5a86e9d94c60e43 (patch)
tree0a43cb78ceff32479a0ede84db794c143ca749c7 /vs_postclean.pl
parent315d2a2dd3220e48ab836662c168a9cacc3d4585 (diff)
downloadMPC-521ecaf0d7aebf13e7d42a71d5a86e9d94c60e43.tar.gz
ChangeLogTag: Wed Aug 19 02:11:03 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'vs_postclean.pl')
-rwxr-xr-xvs_postclean.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vs_postclean.pl b/vs_postclean.pl
index 13da66d0..3283b850 100755
--- a/vs_postclean.pl
+++ b/vs_postclean.pl
@@ -99,7 +99,7 @@ sub clean_sln {
## For a solution, just read in and clean each project file we find.
if (open($fh, $file)) {
while (<$fh>) {
- if (/^Project\([^)]+\) = "[^\"]+", "([^\"]+)"/) {
+ if (/^Project\([^)]+\)\s*=\s*"[^\"]+",\s*"([^\"]+)"/) {
clean_proj($cfg, $1);
}
}