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 27018 (should be 'b = a'):
if test "$QtVersion2" == "$ver"; then
possible bashism in ./tests/testdtypes line 78 (${foo:3[:1]}):
if test "${2:0:7}" = "DB_HDF5"; then
possible bashism in ./tests/testdtypes line 82 (echo -e):
echo -e "driver\tfsmode\tmesh\tvartyp\tdattyp\tstatus"
possible bashism in ./tests/testdtypes line 91 (echo -e):
echo -e "${smode}\t${fsmode}\t${mt}\t${v}\t${d}\tFAILED"
possible bashism in ./tests/testdtypes line 93 (echo -e):
echo -e "${smode}\t${fsmode}\t${mt}\t${v}\t${d}\tPASSED"
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 Tue, 04 Jan 2011 00:10:10 +0000, based on results by checkbashisms 2.10.65git5