Skip to content

Commit

Permalink
Support more sterile path transplants
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Nov 29, 2013
1 parent 652d691 commit 729fb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sub deploy_sterile {
return if $sterile_deployed;
fixup_sterile();
for my $key ( keys %Config ) {
next unless $key =~ /(lib|arch)exp$/;
next unless $key =~ /(bin|prefix|scriptdir|script|lib|arch)exp$/;
my $value = $Config{$key};
next unless defined $value;
next unless length $value;
Expand Down

0 comments on commit 729fb9b

Please sign in to comment.