prefer test -h over test -L in shell scripts
commitafa0876050496d4250e8b27680e5cbc60fbda760
authorJeff King <peff@peff.net>
Wed, 22 Sep 2010 00:35:59 +0000 (21 20:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Sep 2010 17:48:23 +0000 (27 10:48 -0700)
tree6f787187a6574ef27a8048695498b4913dc8eb07
parent055467dd4ae7fac2cf3149352710a5ee64b2138c
prefer test -h over test -L in shell scripts

Even though "-L" is POSIX, the former is more portable, and
we tend to prefer it already.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/workdir/git-new-workdir
t/t9100-git-svn-basic.sh
t/t9131-git-svn-empty-symlink.sh