On Mon, 01 Oct 2012, Pavel Roskin wrote: > On Thu, 13 Sep 2012 14:51:53 -0700 > Don Armstrong <[email protected]> wrote: > > While it's correct, you can trivially work around this problem by > > changing > > > > #!@PERL@ -w > > > > to > > > > #!@PERL@ -w > > #! perl -w > > Considering the subsequent discussion, it's probably irrelevant to > LilyPond. However, it's a bad idea to use an executable name without > full path.
#! perl -w isn't the executable name; it's just used to get around having to shove in the value of $(PERL) into @PERL@ before calling help2man.pl. See perldoc perlrun's documentation of -x. Don Armstrong -- To steal ideas from one person is plagiarism; to steal from many is research. -- Steven Wright http://www.donarmstrong.com http://rzlab.ucr.edu _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
