]> git.ipfire.org Git - thirdparty/git.git/commit
Ensure git-clone exits with error if perl script fails.
authorRamsay Allan Jones <ramsay@ramsay1.demon.co.uk>
Sat, 29 Jul 2006 16:12:34 +0000 (17:12 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 2 Aug 2006 07:27:17 +0000 (00:27 -0700)
commit6ebdee5af47df0c64354e452419015a694c25f5f
treef12a8dd72ec0ec1ec410665423abf05f4b82fb5d
parentbc9e1b8483b16d117d2f868f96e354be2a678d52
Ensure git-clone exits with error if perl script fails.

This helps tests 5400,5600,5700,5710 "fail correctly" rather than
give some false positives.  Also ensure cleanup actions in exit trap
work correctly even if user has alias rm='rm -i'.

Signed-off-by: Ramsay Allan Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh