Problem: 'trap...exit' causes error message when /bin/sh is ash.
commitf803eec51b6fe812c523c8f6474e029163b307e8
authorYakov Lerner <iler.ml@gmail.com>
Mon, 22 May 2006 19:34:00 +0000 (22 22:34 +0300)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 01:11:52 +0000 (22 18:11 -0700)
treeab06af3919bf414db7d4e42c5949f0336693b193
parente3008464e70d25b4926b97b1f86951d7a3cb938d
Problem: 'trap...exit' causes error message when /bin/sh is ash.

Problem: 'trap...exit' causes error message when /bin/sh is ash.
Fix: Change 'trap...exit' to 'trap...0' like in other scripts.

Signed-off-by: Yakov Lerner <iler.ml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh