possible bashism in ./test/printcpu line 3 (declare): declare -a arr possible bashism in ./test/printcpu line 4 ('$(< foo)' should be '$(cat foo)'): arr=( $(< /proc/self/stat) ) possible bashism in ./test/printcpu line 5 (bash arrays, ${name[0|*|@]}): echo ${arr[38]}
This report was generated on Fri, 17 Dec 2010 10:38:10 +0000, based on results by checkbashisms 2.10.65git5