Commit 4ea411dc5446b321f093b9cdc6d210b370c3cc20

Alexandre Duret-Lutz 2004-12-08T21:45:36

* 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.