diff options
author | Junio C Hamano <junkio@twinsun.com> | 2005-12-05 18:13:31 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-05 19:12:26 -0800 |
commit | 8d69195124c826756c025fc84d993d92ff119075 (patch) | |
tree | 844d05abc4a4ebcf288bb21f2d664c34d222418e /t/t6002-rev-list-bisect.sh | |
parent | Clean up compatibility definitions. (diff) | |
download | tgif-8d69195124c826756c025fc84d993d92ff119075.tar.xz |
Fix 5501 test
Not everybody can rely on /bin/sh to be sane, and we support
SHELL_PATH for that. Use it.
mktemp(1) is not used anywhere else in the core git. Do not
introduce dependency on it.
Not everybody's "which" gives a sane return value. For example,
on Solaris 'which XXX' says "no XXX in /usr/bin /bin ..." and
exits with zero status. The lesson here is to never use 'which'
in your scripts.
Signed-off-by: Junio C Hamano <junkio@twinsun.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t6002-rev-list-bisect.sh')
0 files changed, 0 insertions, 0 deletions