summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-05-09 17:18:06 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-05-09 17:18:06 +0000
commit1f26af31f58857188848b43527f3aa0b707ba87f (patch)
tree1c2965634021c08d2990c38a3cdaed7c620f7280
parent8790cee88da9050f40b30cfecfe8b6206f07500f (diff)
downloadATCD-1f26af31f58857188848b43527f3aa0b707ba87f.tar.gz
ChangeLogTag: Fri May 9 12:12:51 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--bin/MakeProjectCreator/modules/ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/modules/ProjectCreator.pm b/bin/MakeProjectCreator/modules/ProjectCreator.pm
index 16b7f1a14a7..78cdc8c7ab5 100644
--- a/bin/MakeProjectCreator/modules/ProjectCreator.pm
+++ b/bin/MakeProjectCreator/modules/ProjectCreator.pm
@@ -1145,7 +1145,7 @@ sub sift_files {
foreach my $save (@saved) {
my($file) = $self->escape_regex_special($save);
if ($pjname =~ /$file/ || $file =~ /$pjname/) {
- if (!$self->already_added($array, $file)) {
+ if (!$self->already_added($array, $save)) {
push(@$array, $save);
}
}