Automated Code Analysis
possible bashism in ./test/make-tree line 8 ('function' is useless):
function random_dir() {
possible bashism in ./test/make-tree line 13 ('function' is useless):
function random_file() {
possible bashism in ./test/make-tree line 18 ('function' is useless):
function create () {
possible bashism in ./test/make-tree line 24 ('$[' should be '$(('):
I=$[$I+1]
possible bashism in ./test/make-tree line 32 ('$[' should be '$(('):
create $[$LEVEL-1]
possible bashism in ./test/make-tree line 34 ('$[' should be '$(('):
I=$[$I+1]
This report was generated on Thu, 16 Dec 2010 09:38:02 +0000, based on results by checkbashisms 2.10.65git5