aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-02-14 00:05:18 -0800
committerPaul Eggert2014-02-14 00:05:18 -0800
commit96fbe2b900d47188c358af0fb06b0253a945a027 (patch)
tree25957e35fd3a78cadf58d8d8628157ae8c6b979e /ChangeLog
parentb8630261dda1988bd1cabe7fc1b567b6e140eabb (diff)
downloademacs-96fbe2b900d47188c358af0fb06b0253a945a027.tar.gz
emacs-96fbe2b900d47188c358af0fb06b0253a945a027.zip
* Makefile.in (install-arch-indep): Allow ' ' in destdir.
This fixes a bug in the previous change. Also, use $(SHELL) rather than sh, as that's more likely to be portable. Fixes: debbugs:16717
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a470cb0dcc..6ba50b37ae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12014-02-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
4 This fixes a bug in the previous change. Also, use $(SHELL)
5 rather than sh, as that's more likely to be portable.
6
12014-02-13 Paul Eggert <eggert@cs.ucla.edu> 72014-02-13 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * Makefile.in (install-arch-indep): Simplify (Bug#16717). 9 * Makefile.in (install-arch-indep): Simplify (Bug#16717).