This is the mail archive of the
automake-cvs@sources.redhat.com
mailing list for the automake project.
automake ./ChangeLog lib/install-sh
- From: adl at sourceware dot org
- To: automake-cvs at sources dot redhat dot com
- Date: 17 Dec 2004 23:25:09 -0000
- Subject: automake ./ChangeLog lib/install-sh
CVSROOT: /cvs/automake
Module name: automake
Changes by: adl@sourceware.org 2004-12-17 23:25:09
Modified files:
. : ChangeLog
lib : install-sh
Log message:
* install-sh: Use `(exit N); exit N', not `(exit N); exit'.
Otherwise, install-sh could exit with improper exit status when
exiting via a trapped interrupt. Thanks to a report from Bob Proulx.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2714&r2=1.2715
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/install-sh.diff?cvsroot=automake&r1=1.21&r2=1.22