Skip to content

Commit

Permalink
Item15007: extender.pl too loud on STDERR
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jan 11, 2021
1 parent 00dd36a commit 48d9d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/extender.pl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ sub install {
my ( $vol, $path, $file ) = File::Spec->splitpath(__FILE__);
my $configure = File::Spec->catpath( $vol, $path, 'configure' );

print STDERR "\n=========\n"
print "\n=========\n"
. $configure . ' '
. join( ' ', @ARGV )
. "\n========\n";
Expand Down

0 comments on commit 48d9d2c

Please sign in to comment.