Brandon Casey <casey@xxxxxxxxxxxxxxx> writes: > Junio C Hamano wrote: >> Brandon Casey <casey@xxxxxxxxxxxxxxx> writes: >> >>> In ksh, if trap is called within a function with 0 or EXIT as its signal, >>> then the trap will be executed at the time the function returns. This >>> causes a problem in the test functions since 'trap - exit' is called >>> within the test_done function >> >> Your alias test_done that calls function test_done look ugly and confusing >> beyond words. > ... > I will try your suggestions. > > I also hope you noticed that these patches followed an FYI message > and were not meant for direct inclusion. I hope you noticed that > since I don't want you to waste your time. Maybe I should have > put FYI in the [PATCH] string. Yeah, I think I got the subtle distinction between [PATCH FYI], [PATCH] and ones with and without sign-offs. I've read "trap" section of 1003.1 2004 three times but I do not see the exact definition of "EXIT" condition mentioned. Is the behaviour to consider "function return" the EXIT condition considered a "shortcoming" (aka bug)? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html