Skip to content

Commit

Permalink
Merge remote-tracking branch 'scottkosty/patch-2' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlatow committed Jun 27, 2016
2 parents 8c0976e + d189994 commit 58b54ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskopen
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ if (exists $config{"TASK_ATTRIBUTES"}) {
@TASK_ATTRIBUTES = split(",", $config{"TASK_ATTRIBUTES"});
}

my $NO_ANNOTATION_HOOK;
my $NO_ANNOTATION_HOOK = "";
if (exists $config{"NO_ANNOTATION_HOOK"}) {
$NO_ANNOTATION_HOOK = $config{"NO_ANNOTATION_HOOK"};
}
Expand All @@ -350,7 +350,7 @@ if (keys(%custom_regex)) {
$REGEX_CODE = "${REGEX_CODE}c";
}

my $TEXT_REGEX;
my $TEXT_REGEX = "";
if (exists $config{"TEXT_REGEX"}) {
$TEXT_REGEX = $config{"TEXT_REGEX"};
$REGEX_CODE = "${REGEX_CODE}t";
Expand Down

0 comments on commit 58b54ed

Please sign in to comment.