summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-24 09:26:56 +0100
committerJim Meyering <jim@meyering.net>2007-02-24 09:26:56 +0100
commit75460e090c5bd114912a659ad73e469c08a2d60c (patch)
tree9138d45c15eae2fcec568f7652b802ff44c37b8b /ChangeLog
parent90390c6a92e450ec634ada1c5179478dc86df7b9 (diff)
downloadcoreutils-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07249f089..d9163e88a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.