From dee725cb841513540c259236f3f3b7b37e085694 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Dec 2004 20:37:41 +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 912936f1..bc88f29e 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-12-07 Stepan Kasal * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous