From 81bcbb2a39e3be1e588d1f12399c79a2ffc8284f Mon Sep 17 00:00:00 2001 From: Chad Elliott Date: Mon, 1 Jul 2019 13:37:57 -0500 Subject: Mon Jul 1 18:35:43 UTC 2019 Chad Elliott --- modules/TemplateParser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/TemplateParser.pm b/modules/TemplateParser.pm index 33516751..0544f5d7 100644 --- a/modules/TemplateParser.pm +++ b/modules/TemplateParser.pm @@ -2053,7 +2053,7 @@ sub doif_is_custom_input { ## exist (which isn't guaranteed at project generation time). So, ## we do the minimal comparison using the file_sorter on the ## ProjectCreator to handle case sensitivity automatically. - return 1 if ($self->{'prjc'}->file_sorter($input, $val)); + return 1 if ($self->{'prjc'}->file_sorter($input, $val) == 0); } } -- cgit v1.2.1