Debian Automated Code Analysis

checkbashisms analysis of dmtcp_1.2.1-1.dsc

possible bashism in ./configure line 367 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./utils/sanSize.sh line 13 ('$[' should be '$(('):
a=`echo "scale=2; $a/$[1024*1024]" | bc`
possible bashism in ./utils/clear_logs.sh line 9 (brace expansion):
  ssh $X rm -f /tmp/{jassertlog,dmtcpConTable,mpd2}.\* {/dev/shm,~/san,/tmp}/ckpt\*mtcp /tmp/pts\* 
possible bashism in ./utils/calctotalsize.sh line 13 ('$[' should be '$(('):
a=`echo "scale=2; $a/$[1024*1024]" | bc`
possible bashism in ./dmtcp/configure line 366 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3

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