]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/mdate-sh: Don't use "set - x`$ls_command /`".
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Dec 2004 20:37:41 +0000 (20:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Dec 2004 20:37:41 +0000 (20:37 +0000)
ChangeLog

index 912936f1d2a5417bf523e90c184024336ad30e12..bc88f29ec8b0c693a4da173a0b18bb3f51277e01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
+       the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
+       <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
+       Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
+
 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
 
        * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous