Debian Automated Code Analysis

checkbashisms analysis of git_1.7.4.1-3.dsc

possible bashism in ./configure line 372 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./Documentation/install-doc-quick.sh line 9 (sourced script with arguments):
. "$(git --exec-path)"/git-sh-setup
possible bashism in ./git-rebase--interactive.sh line 639 (should be >word 2>&1):
		printf '%s\n' "$command${rest:+ }$rest" >&$fd
possible bashism in ./t/test-lib.sh line 1057 (builtin):
		builtin pwd -W
possible bashism in ./t/t1509-root-worktree.sh line 111 ($UID should be "$(id -ru)"):
if [ "$UID" = 0 ]; then
possible bashism in ./fixup-builtins line 15 (should be >word 2>&1):
git update-index --refresh >& /dev/null

This report was generated on Tue, 22 Mar 2011 06:38:13 +0000, based on results by checkbashisms 2.10.65git5