summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-05-09 17:14:00 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-05-09 17:14:00 +0000
commitb53454ce97004de8e32dc1f9dbbab743fb557855 (patch)
treeaeac9cc3d64536e3b0d10044e4d91c0e0830b821
parent3a4eb5e2b4e80a1b6799e9abf46cf070e39b4955 (diff)
downloadMPC-b53454ce97004de8e32dc1f9dbbab743fb557855.tar.gz
ChangeLogTag: Fri May 9 12:12:51 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index 59a31c74..16b7f1a1 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -1146,7 +1146,7 @@ sub sift_files {
my($file) = $self->escape_regex_special($save);
if ($pjname =~ /$file/ || $file =~ /$pjname/) {
if (!$self->already_added($array, $file)) {
- push(@$array, $file);
+ push(@$array, $save);
}
}
}