Automated Code Analysis
possible bashism in ./test/bench/benchbulk.sh line 25 ('function' is useless):
function make_bulk_docs() {
possible bashism in ./test/bench/benchbulk.sh line 36 (let ...):
let ROW=ROW+1
possible bashism in ./test/bench/benchbulk.sh line 56 ('$[' should be '$(('):
STARTKEY=$[ POSTS * BULKSIZE + RUN * BULKSIZE * INSERTS ]
possible bashism in ./test/bench/benchbulk.sh line 61 (let ...):
let POSTS=POSTS+1
possible bashism in ./test/bench/benchbulk.sh line 66 (let ...):
let RUN=RUN+1
possible bashism in ./configure line 368 (should be >word 2>&1):
$as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
This report was generated on Thu, 16 Dec 2010 14:38:07 +0000, based on results by checkbashisms 2.10.65git5