Debian Automated Code Analysis

checkbashisms analysis of ruby1.9.1_1.9.2.180-1.dsc

possible bashism in ./tool/rmdirs line 6 (sourced script with arguments):
        . | .. | "$dir") break;;
possible bashism in ./configure line 377 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./configure line 6691 ('$[' should be '$(('):
	    echo "#define SIZEOF_INT $[s / rb_cv_char_bit]"
possible bashism in ./configure line 6789 ('$[' should be '$(('):
	    echo "#define SIZEOF_SHORT $[s / rb_cv_char_bit]"
possible bashism in ./configure line 6964 ('$[' should be '$(('):
	    echo "#define SIZEOF_LONG $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7062 ('$[' should be '$(('):
	    echo "#define SIZEOF_LONG_LONG $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7160 ('$[' should be '$(('):
	    echo "#define SIZEOF___INT64 $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7258 ('$[' should be '$(('):
	    echo "#define SIZEOF_OFF_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7433 ('$[' should be '$(('):
	    echo "#define SIZEOF_VOIDP $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7531 ('$[' should be '$(('):
	    echo "#define SIZEOF_FLOAT $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7629 ('$[' should be '$(('):
	    echo "#define SIZEOF_DOUBLE $[s / rb_cv_char_bit]"
possible bashism in ./configure line 7756 ('$[' should be '$(('):
	    echo "#define SIZEOF_TIME_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10180 ('$[' should be '$(('):
	    echo "#define SIZEOF_RLIM_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10334 ('$[' should be '$(('):
	    echo "#define SIZEOF_SIZE_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10462 ('$[' should be '$(('):
	    echo "#define SIZEOF_PTRDIFF_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10636 ('$[' should be '$(('):
	    echo "#define SIZEOF_STRUCT_STAT_ST_SIZE $[s / rb_cv_char_bit]"
possible bashism in ./configure line 10730 ('$[' should be '$(('):
	    echo "#define SIZEOF_STRUCT_STAT_ST_BLOCKS $[s / rb_cv_char_bit]"
possible bashism in ./configure line 11920 ('$[' should be '$(('):
	    echo "#define SIZEOF_INTPTR_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 12105 ('$[' should be '$(('):
	    echo "#define SIZEOF_UINTPTR_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 12293 ('$[' should be '$(('):
	    echo "#define SIZEOF_SSIZE_T $[s / rb_cv_char_bit]"
possible bashism in ./configure line 14577 ('$[' should be '$(('):
	    echo "#define SIZEOF_STRUCT_STAT_ST_INO $[s / rb_cv_char_bit]"

This report was generated on Tue, 22 Mar 2011 06:38:44 +0000, based on results by checkbashisms 2.10.65git5