Debian Automated Code Analysis

checkbashisms analysis of ruby1.9.1_1.9.2.0-2.dsc

possible bashism in ./tool/rmdirs line 6 (sourced script with arguments):
        . | .. | "$dir") break;;
possible bashism in ./configure line 369 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./configure line 6620 ('$[' should be '$(('):
	    echo "#define SIZEOF_INT $[s / rb_cv_char_bit]"
possible bashism in ./configure line 6719 ('$[' should be '$(('):
	    echo "#define SIZEOF_SHORT $[s / rb_cv_char_bit]"
possible bashism in ./configure line 6895 ('$[' should be '$(('):
	    echo "#define SIZEOF_LONG $[s / rb_cv_char_bit]"
possible bashism in ./configure line 6994 ('$[' should be '$(('):
	    echo "#define SIZEOF_LONG_LONG $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7093 ('$[' should be '$(('):
	    echo "#define SIZEOF___INT64 $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7192 ('$[' should be '$(('):
	    echo "#define SIZEOF_OFF_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7368 ('$[' should be '$(('):
	    echo "#define SIZEOF_VOIDP $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7467 ('$[' should be '$(('):
	    echo "#define SIZEOF_FLOAT $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7566 ('$[' should be '$(('):
	    echo "#define SIZEOF_DOUBLE $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7694 ('$[' should be '$(('):
	    echo "#define SIZEOF_TIME_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10037 ('$[' should be '$(('):
	    echo "#define SIZEOF_RLIM_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10192 ('$[' should be '$(('):
	    echo "#define SIZEOF_SIZE_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10321 ('$[' should be '$(('):
	    echo "#define SIZEOF_PTRDIFF_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10495 ('$[' should be '$(('):
	    echo "#define SIZEOF_STRUCT_STAT_ST_SIZE $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10588 ('$[' should be '$(('):
	    echo "#define SIZEOF_STRUCT_STAT_ST_BLOCKS $[s / rb_cv_char_bit]"
possible bashism in ./configure line 11788 ('$[' should be '$(('):
	    echo "#define SIZEOF_INTPTR_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 11974 ('$[' should be '$(('):
	    echo "#define SIZEOF_UINTPTR_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 12163 ('$[' should be '$(('):
	    echo "#define SIZEOF_SSIZE_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 14244 ('$[' should be '$(('):
	    echo "#define SIZEOF_STRUCT_STAT_ST_INO $[s / rb_cv_char_bit]"

This report was generated on Fri, 17 Dec 2010 06:39:17 +0000, based on results by checkbashisms 2.10.65git5