Commit a43c05562215ea4fc102c0b76edb25c43fcd9055

Paul Eggert 2004-12-08T20:33:11

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.