Debian Automated Code Analysis

checkbashisms analysis of dictfmt_1.11.2+dfsg-2_i386.deb

possible bashism in ./usr/bin/dictfmt_index2word line 35 ($BASH):
if test $BASH; then
possible bashism in ./usr/bin/dictfmt_index2word line 36 ($PIPESTATUS):
	exit_="echo \${PIPESTATUS[@]} | egrep '^0( 0)*$' >/dev/null"
possible bashism in ./usr/bin/dictfmt_index2word line 36 (bash arrays, ${name[0|*|@]}):
	exit_="echo \${PIPESTATUS[@]} | egrep '^0( 0)*$' >/dev/null"
possible bashism in ./usr/bin/dictfmt_index2suffix line 40 ($BASH):
if test $BASH; then
possible bashism in ./usr/bin/dictfmt_index2suffix line 41 ($PIPESTATUS):
	exit_="echo \${PIPESTATUS[@]} | egrep '^0( 0)*$' >/dev/null"
possible bashism in ./usr/bin/dictfmt_index2suffix line 41 (bash arrays, ${name[0|*|@]}):
	exit_="echo \${PIPESTATUS[@]} | egrep '^0( 0)*$' >/dev/null"

This report was generated on Sat, 18 Dec 2010 00:50:22 +0000, based on results by checkbashisms 2.10.65git5