Hi, On Tue, 4 Dec 2007, H.Merijn Brand wrote: > I found it! unset returns false Oh, wow! The question is now: how to deal with it (there are quite a few unsets in the test scripts). Is there a way to override "unset" with something like this: unset_real () { unset "$@" } unset () { unset_real "$@" true } ? Ciao, Dscho - 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