This is the mail archive of the
automake-cvs@sources.redhat.com
mailing list for the automake project.
automake/lib mdate-sh
- From: eggert at sourceware dot org
- To: automake-cvs at sources dot redhat dot com
- Date: 8 Dec 2004 20:33:12 -0000
- Subject: 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