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