This commit is contained in:
Dale Weiler 2012-11-22 18:14:03 +00:00
parent 6a8494f21b
commit fed86b73fd

1
test.c
View file

@ -516,7 +516,6 @@ task_template_t *task_template_compile(const char *file, const char *dir) {
if (!template->executeflags) {
/* default to $null */
template->executeflags = util_strdup("$null");
goto failure;
}
if (!template->comparematch) {
con_err("template compile error: %s missing `M:` tag (use `$null` for exclude)\n", file);