diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-24 09:26:56 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-24 09:26:56 +0100 |
commit | 75460e090c5bd114912a659ad73e469c08a2d60c (patch) | |
tree | 9138d45c15eae2fcec568f7652b802ff44c37b8b /ChangeLog | |
parent | 90390c6a92e450ec634ada1c5179478dc86df7b9 (diff) | |
download | coreutils-75460e090c5bd114912a659ad73e469c08a2d60c.tar.xz |
Avoid a shell syntax error, when building with an inadequate Perl.
* man/Makefile.am (.x.1): Add quotes around $(PERL) in case, since
it can expand to "/.../missing perl".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-02-24 Jim Meyering <jim@meyering.net> + Avoid a shell syntax error, when building with an inadequate Perl. + * man/Makefile.am (.x.1): Add quotes around $(PERL) in case, since + it can expand to "/.../missing perl". + * man/Makefile.am (.x.1): Warn when unable to update a man page. Suggestion from Bruno Haible. |