Debian Automated Code Analysis

checkbashisms analysis of dictd_1.11.2+dfsg-3.dsc

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

This report was generated on Thu, 06 Jan 2011 00:10:04 +0000, based on results by checkbashisms 2.10.65git5