Skip to content

Commit

Permalink
Merge branch 'version/2.5'
Browse files Browse the repository at this point in the history
* version/2.5:
  Only modify exec within Proc::Daemon, so that other modules can use the default version
  • Loading branch information
muffato committed Feb 12, 2019
2 parents 4830177 + 540752e commit 2e4dfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use Bio::EnsEMBL::Hive::Utils ('split_for_bash');
# --------------------------------------------------------------------------------------------------------------------

BEGIN {
*CORE::GLOBAL::exec = sub {
*Proc::Daemon::exec = sub {
return ( ref($_[0]) eq 'ARRAY' ) ? CORE::exec( @{$_[0]} ) : CORE::exec( @_ );
};
}
Expand Down

0 comments on commit 2e4dfdd

Please sign in to comment.