This is the mail archive of the
automake-cvs@sources.redhat.com
mailing list for the automake project.
automake ./ChangeLog ./THANKS lib/mdate-sh
- From: adl at sourceware dot org
- To: automake-cvs at sources dot redhat dot com
- Date: 8 Dec 2004 21:48:14 -0000
- Subject: automake ./ChangeLog ./THANKS lib/mdate-sh
CVSROOT: /cvs/automake
Module name: automake
Branch: branch-1-9
Changes by: adl@sourceware.org 2004-12-08 21:48:13
Modified files:
. : ChangeLog THANKS
lib : mdate-sh
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=1.2619.2.56&r2=1.2619.2.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/THANKS.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=1.256.2.3&r2=1.256.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/mdate-sh.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=1.12&r2=1.12.4.1