Debian Automated Code Analysis

checkbashisms analysis of git_1.7.4.4-1.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 ./contrib/thunderbird-patch-inline/appp.sh line 35 (echo -e):
CCS=`echo -e "$CMT_MSG\n$HEADERS" | sed -n -e 's/^Cc: \(.*\)$/\1,/gp' \
	-e 's/^Signed-off-by: \(.*\)/\1,/gp'`
possible bashism in ./fixup-builtins line 15 (should be >word 2>&1):
git update-index --refresh >& /dev/null

This report was generated on Sat, 16 Apr 2011 06:38:08 +0000, based on results by checkbashisms 2.10.65git5