possible bashism in ./usr/share/doc/elektra-doc/scripts/update-backend line 22 ($UID should be "$(id -ru)"): if [ "$UID" != 0 ] possible bashism in ./usr/share/doc/elektra-doc/scripts/convert-hosts line 29 (read with option other than -r): cat /etc/hosts | sed /"#"/d | while read -a hosts; do possible bashism in ./usr/share/doc/elektra-doc/scripts/convert-hosts line 31 (bash arrays, ${name[0|*|@]}): echo $RG set -c \"Hostname\" $ROOT/${hosts[0]}/hostname \'${hosts[1]}\' possible bashism in ./usr/share/doc/elektra-doc/scripts/convert-hosts line 33 (bash arrays, ${name[0|*|@]}): total_words=`echo ${hosts[*]} | wc -w` possible bashism in ./usr/share/doc/elektra-doc/scripts/convert-hosts line 34 ('((' should be '$(('): for (( i=2; $((i < $total_words)); i++ )); do possible bashism in ./usr/share/doc/elektra-doc/scripts/convert-hosts line 36 (bash arrays, ${name[0|*|@]}): echo $RG set -c \"Hostname alias\" $ROOT/${hosts[0]}/host_alias$num \'${hosts[$i]}\' possible bashism in ./usr/share/doc/elektra-doc/scripts/benchmark-createtree line 27 ($RANDOM): type=`expr $RANDOM$RANDOM % 255` possible bashism in ./usr/share/doc/elektra-doc/scripts/benchmark-createtree line 29 ($RANDOM): echo "$pad<key type=\"$type\" basename=\"$k-${RANDOM}${RANDOM}\" value=\"$k ${RANDOM}${RANDOM}\"><comment>${RANDOM}${RANDOM}${RANDOM}${RANDOM}</comment></key>" possible bashism in ./usr/share/doc/elektra-doc/scripts/benchmark-createtree line 44 ($RANDOM): genLevel `expr $level + 1` "${RANDOM}${RANDOM}" possible bashism in ./usr/share/doc/elektra-doc/scripts/benchmark-createtree line 55 ($RANDOM): genLevel 1 ${RANDOM}
This report was generated on Sat, 18 Dec 2010 00:51:18 +0000, based on results by checkbashisms 2.10.65git5