]> git.donarmstrong.com Git - lilypond.git/commitdiff
Do not eat help2man error output. Helps debugging.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 20 Jan 2009 10:22:32 +0000 (11:22 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 20 Jan 2009 10:44:07 +0000 (11:44 +0100)
scripts/build/help2man.pl

index 9cb09c4859921da605d4303b1fe44e2dedc7c015..9349010964f191c7bd5a09558689597b6a4debf6 100644 (file)
@@ -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;