Skip to content

Commit

Permalink
handle windows exes
Browse files Browse the repository at this point in the history
svn path=/bioperl-run/trunk/; revision=13168
  • Loading branch information
hyphaltip committed Jul 29, 2002
1 parent cac1d82 commit 448afd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Tools/Run/Phylo/PAML/Yn00.pm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ documentation of the default values.
BEGIN {

$MINNAMELEN = 25;
$PROGRAMNAME = 'yn00';
$PROGRAMNAME = 'yn00' . ($^O =~ /mswin/i ?'.exe':'');
if( defined $ENV{'PAMLDIR'} ) {
$PROGRAM = Bio::Root::IO->catdir($ENV{'PAMLDIR'},$PROGRAMNAME);
}
Expand Down

0 comments on commit 448afd4

Please sign in to comment.