summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-22 18:24:17 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-22 18:24:17 +0000
commit70e5c3f6e412ee6ae371b182b0d1a5f0666830ed (patch)
tree5d070fdc0754b98ef111dcedfb7040fe98c850c0
parentda5ea9fec3cbd0ed12cec911e7b898d3d69a3775 (diff)
downloadMPC-70e5c3f6e412ee6ae371b182b0d1a5f0666830ed.tar.gz
ChangeLogTag: Tue Apr 22 13:20:11 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/WorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/WorkspaceCreator.pm b/modules/WorkspaceCreator.pm
index 6898dd04..8e39b7dc 100644
--- a/modules/WorkspaceCreator.pm
+++ b/modules/WorkspaceCreator.pm
@@ -235,7 +235,7 @@ sub parse_exclude {
'for exclusions';
}
else {
- my(@types) = split(/\s+/, $typestr);
+ my(@types) = split(/\s*,\s*/, $typestr);
my(@exclude) = ();
while(<$fh>) {