X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Fhelp2man.pl;h=4c618520240a43e33c3b7e52181c0e97e4a0d00d;hb=313d8aee251fb0aa89dfc3b23abeb869fdd1355a;hp=9cb09c4859921da605d4303b1fe44e2dedc7c015;hpb=543171165412bc915d8ea1f308d070c74924b2f1;p=lilypond.git diff --git a/scripts/build/help2man.pl b/scripts/build/help2man.pl index 9cb09c4859..4c61852024 100644 --- a/scripts/build/help2man.pl +++ b/scripts/build/help2man.pl @@ -190,7 +190,7 @@ setlocale LC_TIME, 'C'; # Grab help and version info from executable. my ($help_text, $version_text) = map { - join '', map { s/ +$//; expand $_ } `$ARGV[0] $_ 2>/dev/null` + join '', map { s/ +$//; expand $_ } `$ARGV[0] $_` or die "$this_program: can't get `$_' info from $ARGV[0]\n" } $help_option, $version_option; @@ -218,7 +218,7 @@ if ($opt_output) # ({GNU,Free} ) # - {GNU,Free} # -# and seperated from any copyright/author details by a blank line. +# and separated from any copyright/author details by a blank line. ($_, $version_text) = split /\n+/, $version_text, 2;