summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/TemplateParser.pm2
1 files changed, 1 insertions, 1 deletions
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);
}
}