Debian Automated Code Analysis

checkbashisms analysis of dictd_1.12.0+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 ./configure line 381 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./configure line 6889 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
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 Tue, 15 Feb 2011 06:38:04 +0000, based on results by checkbashisms 2.10.65git5