X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Fhelp2man.pl;h=9349010964f191c7bd5a09558689597b6a4debf6;hb=2bf520787e5668f22dcf0d5ab3faf74693376d6a;hp=9cb09c4859921da605d4303b1fe44e2dedc7c015;hpb=97047e999fd00f4981bad49eb4a45f6952bfd1e3;p=lilypond.git diff --git a/scripts/build/help2man.pl b/scripts/build/help2man.pl index 9cb09c4859..9349010964 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;