]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Don't use "set - x`$ls_command /`", as zsh mishandles
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Dec 2004 20:34:37 +0000 (20:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Dec 2004 20:34:37 +0000 (20:34 +0000)
commit8b2ee5023a3ac46ce8677d3e1d7433bbba65dccb
treeba1c70ecd89a121e133cf174777bf4e6d4823911
parent34fa7e52875c28336b57504aa0ff4c119f65d574
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.
config/mdate-sh