From: Paul Eggert Date: Wed, 8 Dec 2004 20:33:31 +0000 (+0000) Subject: * lib/mdate-sh: Don't use "set - x`$ls_command /`". X-Git-Tag: Release-1-9b~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=173eedba398b56a833e0fc049de867f822ebc58c;p=thirdparty%2Fautomake.git * lib/mdate-sh: Don't use "set - x`$ls_command /`". --- diff --git a/ChangeLog b/ChangeLog index dada358e2..5cc55f0ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-12-08 Paul Eggert + + * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles + the spaces inside $ls_command. Problem reported by Loulou Pouchet in + . + Don't use "set - x"; plain "set x" is enough, and simplifies debugging. + 2004-11-15 Toshio Kuratomi * lib/py-compile: Add --destdir switch to py-compile that takes a