summaryrefslogtreecommitdiff
path: root/vs_postclean.pl
diff options
context:
space:
mode:
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);
}
}