Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Feb 22, 2017
1 parent 910a9c7 commit 2fc4c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ sub feature_setup
# Add custom directives
my $extra_dirs = $tmpl->{$module_name};
$extra_dirs ||= $config{'extra_dirs'};
$extra_dirs = "" if ($extra_dirs eq "none");
$extra_dirs = "" if (!$extra_dirs || $extra_dirs eq "none");
if ($extra_dirs) {
my $temp = &transname();
my $fh = "EXTRA";
Expand Down

0 comments on commit 2fc4c17

Please sign in to comment.