Debian Automated Code Analysis

checkbashisms analysis of elektra_0.7.0-3.dsc

possible bashism in ./configure line 25029 (should be 'b = a'):
	if test "YES" == YES; then
possible bashism in ./configure line 25055 (should be 'b = a'):
	if test "YES" == YES; then
possible bashism in ./configure line 25081 (should be 'b = a'):
	if test "NO" == YES; then
possible bashism in ./configure line 25320 (should be 'b = a'):
	if test "NO" == YES; then
possible bashism in ./configure line 25419 (should be 'b = a'):
	if test "NO" == YES; then
possible bashism in ./configure line 25665 (should be 'b = a'):
	if test "NO" == YES; then
possible bashism in ./configure line 25842 (should be 'b = a'):
	if test "NO" == YES; then
possible bashism in ./configure line 25976 (should be 'b = a'):
	if test "NO" == YES; then
possible bashism in ./configure line 26027 (should be 'b = a'):
	if test "YES" == YES; then
possible bashism in ./configure line 26097 (should be 'b = a'):
	if test "NO" == YES; then
possible bashism in ./scripts/update-backend line 22 ($UID should be "$(id -ru)"):
if [ "$UID" != 0 ]
possible bashism in ./scripts/convert-hosts line 29 (read with option other than -r):
cat /etc/hosts | sed /"#"/d | while read -a hosts; do
possible bashism in ./scripts/convert-hosts line 31 (bash arrays, ${name[0|*|@]}):
	echo $RG set -c \"Hostname\" $ROOT/${hosts[0]}/hostname \'${hosts[1]}\'
possible bashism in ./scripts/convert-hosts line 33 (bash arrays, ${name[0|*|@]}):
	total_words=`echo ${hosts[*]} | wc -w`
possible bashism in ./scripts/convert-hosts line 34 ('((' should be '$(('):
	for (( i=2; $((i < $total_words)); i++ )); do
possible bashism in ./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 ./scripts/benchmark-createtree line 27 ($RANDOM):
		type=`expr $RANDOM$RANDOM % 255`
possible bashism in ./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 ./scripts/benchmark-createtree line 44 ($RANDOM):
			genLevel `expr $level + 1` "${RANDOM}${RANDOM}"
possible bashism in ./scripts/benchmark-createtree line 55 ($RANDOM):
genLevel 1 ${RANDOM}

This report was generated on Thu, 16 Dec 2010 18:38:03 +0000, based on results by checkbashisms 2.10.65git5