]> git.ipfire.org Git - thirdparty/automake.git/commit
Don't use "set - x`$ls_command /`", as zsh mishandles
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Dec 2004 20:33:11 +0000 (20:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Dec 2004 20:33:11 +0000 (20:33 +0000)
commita43c05562215ea4fc102c0b76edb25c43fcd9055
treede6d9df52211f58afec1b45c9ff62ff2ac999997
parentcb5b212ed061a9ef3136b316d8e0b7408c80f538
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.
lib/mdate-sh