From 521ecaf0d7aebf13e7d42a71d5a86e9d94c60e43 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Wed, 19 Aug 2009 02:11:50 +0000 Subject: ChangeLogTag: Wed Aug 19 02:11:03 UTC 2009 Chad Elliott --- vs_postclean.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vs_postclean.pl') 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); } } -- cgit v1.2.1