Automated Code Analysis
possible bashism in ./configure line 24755 ('function' is useless):
for function in fclose fflush fopen fprintf fread fseek setvbuf ftell fwrite
possible bashism in ./configure line 27003 (should be 'b = a'):
if test "$tok" == "Qt"; then
possible bashism in ./configure line 27006 (should be 'b = a'):
if test $consumeCount == 0; then
possible bashism in ./configure line 27019 (should be 'b = a'):
if test "$QtVersion2" == "$ver"; then
possible bashism in ./tests/testsuite line 370 (should be >word 2>&1):
$as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./tests/testsuite line 635 (read without variable):
40;testsuite.at:207;read;python;
possible bashism in ./tests/ioperf_tests line 18 (bash arrays, ${name[0|*|@]}):
for (( i=0; i<${#siloscenarios[*]}; i++ )); do
possible bashism in ./tests/ioperf_tests line 18 ('((' should be '$(('):
for (( i=0; i<${#siloscenarios[*]}; i++ )); do
possible bashism in ./tests/ioperf_tests line 35 (bash arrays, ${name[0|*|@]}):
for (( i=0; i<${#scenarios[*]}; i++ )); do
possible bashism in ./tests/ioperf_tests line 35 ('((' should be '$(('):
for (( i=0; i<${#scenarios[*]}; i++ )); do
This report was generated on Fri, 15 Apr 2011 06:38:32 +0000, based on results by checkbashisms 2.10.65git5