From b93a9d0e7fd1e307b1745895d02c279115ab3dd9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Dec 2004 20:33:31 +0000 Subject: [PATCH] * lib/mdate-sh: Don't use "set - x`$ls_command /`". --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index dada358e..5cc55f0e 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 -- 2.43.5