Use `(exit N); exit N', not `(exit N); exit'.
authorJim Meyering <jim@meyering.net>
Fri, 17 Dec 2004 08:12:52 +0000 (08:12 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Dec 2004 08:12:52 +0000 (08:12 +0000)
commit2ab798f8263f3dd4d22356b995224325217f730e
treeb3c02c186b71fbf738627790fe6d165541195d58
parente846f8ff89e600abeb8a994a6ee1a64dffd2c69a
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.
config/install-sh