Debian Automated Code Analysis

checkbashisms analysis of linux-2.6_2.6.32-30.dsc

possible bashism in ./scripts/decodecode line 54 (should be >word 2>&1):
	as $AFLAGS -o $T.o $T.s &> /dev/null
possible bashism in ./scripts/decodecode line 55 (should be >word 2>&1):
	objdump -S $T.o | grep -v "/tmp" | grep -v "Disassembly" | grep -v "\.text" | grep -v "^$" &> $T.ooo
possible bashism in ./scripts/decodecode line 67 (should be >word 2>&1):
as $AFLAGS -o $T.o $T.s &> /dev/null
possible bashism in ./scripts/decodecode line 68 (should be >word 2>&1):
objdump -S $T.o | grep -v "Disassembly" | grep -v "/tmp" | grep -v "\.text" | grep -v "^$" &> $T.aaa
possible bashism in ./arch/powerpc/kernel/prom_init_check.sh line 52 (${foo:3[:1]}):
	if [ "${UNDEF:0:9}" = "_restgpr_" ]; then
possible bashism in ./arch/powerpc/kernel/prom_init_check.sh line 55 (${foo:3[:1]}):
	if [ "${UNDEF:0:11}" = "_rest32gpr_" ]; then
possible bashism in ./arch/powerpc/kernel/prom_init_check.sh line 58 (${foo:3[:1]}):
	if [ "${UNDEF:0:9}" = "_savegpr_" ]; then
possible bashism in ./arch/powerpc/kernel/prom_init_check.sh line 61 (${foo:3[:1]}):
	if [ "${UNDEF:0:11}" = "_save32gpr_" ]; then

This report was generated on Fri, 14 Jan 2011 06:38:09 +0000, based on results by checkbashisms 2.10.65git5