diff options
author | Brandon Casey <drafnel@gmail.com> | 2011-01-05 18:30:02 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-06 12:22:36 -0800 |
commit | ed40ec551d4517323c6a46aa555b83cc7651ddbc (patch) | |
tree | 9293c1162d75832b1ae4a33cdb1ad849654399ac /Documentation/git.txt | |
parent | trace.c: ensure NULL is not passed to printf (diff) | |
download | tgif-ed40ec551d4517323c6a46aa555b83cc7651ddbc.tar.xz |
t0001,t1510,t3301: use sane_unset which always returns with status 0
On some shells (like /usr/xpg4/bin/sh on Solaris), unset will exit
non-zero when passed the name of a variable that has not been set. Use
sane_unset instead so that the return value of unset can be ignored while
the && linkage of the test script can be preserved.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
0 files changed, 0 insertions, 0 deletions