X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f703fc96a75eab3db924e41a52531905784836de..0a30b526db0a91f5cad699185aecc65e6eef7965:/make_patchnum.pl diff --git a/make_patchnum.pl b/make_patchnum.pl index 77d4a4e..fc28d58 100644 --- a/make_patchnum.pl +++ b/make_patchnum.pl @@ -100,7 +100,7 @@ sub backtick { } else { my $result= `$subcd $command`; $result="" if ! defined $result; - warn "$subcd $command: \$?=$?\n" if $?; + #warn "$subcd $command: \$?=$?\n" if $?; print "#> $subcd $command ->\n $result\n" if !$? and $opt_v; chomp $result; return $result; @@ -178,7 +178,7 @@ git_unpushed='$unpushed_commit_list'"; $commit_title ||= "Commit id:"; } -# we extract the filename out of the warning header, so dont mess with that +# we extract the filename out of the warning header, so don't mess with that write_files(<<"EOF_HEADER", <<"EOF_CONFIG"); /************************************************************************** * WARNING: 'git_version.h' is automatically generated by make_patchnum.pl