This is the mail archive of the automake-cvs@sources.redhat.com mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

automake/lib mdate-sh


CVSROOT:	/cvs/automake
Module name:	automake
Changes by:	eggert@sourceware.org	2004-12-08 20:33:11

Modified files:
	lib            : mdate-sh 

Log message:
	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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/mdate-sh.diff?cvsroot=automake&r1=1.12&r2=1.13


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]