From 1f26af31f58857188848b43527f3aa0b707ba87f Mon Sep 17 00:00:00 2001 From: elliott_c Date: Fri, 9 May 2003 17:18:06 +0000 Subject: ChangeLogTag: Fri May 9 12:12:51 2003 Chad Elliott --- bin/MakeProjectCreator/modules/ProjectCreator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit v1.2.1