Debian Automated Code Analysis

checkbashisms analysis of mindi-busybox_1.2.1-4.dsc

possible bashism in ./testsuite/sed.tests line 105 (echo -e):
echo -e "/woo/a he\0llo" > sed.commands
possible bashism in ./testsuite/sed.tests line 149 (echo -e):
echo -ne "three\nfour" > input2
possible bashism in ./testsuite/runtest line 9 ('function' is useless):
function run_applet_testcase
possible bashism in ./testsuite/runtest line 36 ((push|pop)d):
	pushd tmp > /dev/null
possible bashism in ./testsuite/runtest line 52 ((push|pop)d):
	popd > /dev/null
possible bashism in ./testsuite/runtest line 124 (${foo:3[:1]}):
		if [ ! -h "$LINKSDIR/$applet" ] && [ "${applet:0:4}" != "all_" ]
possible bashism in ./examples/unrpm line 32 (echo -e):
(echo -e "\nPress enter to scroll, q to Quit!\n" ; rpm2cpio $rpm | cpio -tv --quiet) | $pager
possible bashism in ./examples/undeb line 33 (echo -e):
(ar -p $deb control.tar.gz | tar -xzO *control ; echo -e "\nPress enter to scroll, q to Quit!\n" ; ar -p $deb data.tar.gz | tar -tzv) | $pager
possible bashism in ./examples/udhcp/sample.bound line 21 ('$((n++))' should be '$n; $((n=n+1))'):
		/sbin/route add default gw $i dev $interface metric $((metric++))
possible bashism in ./examples/udhcp/sample.renew line 21 ('$((n++))' should be '$n; $((n=n+1))'):
		/sbin/route add default gw $i dev $interface metric $((metric++))
possible bashism in ./examples/udhcp/simple.script line 27 ('$((n++))' should be '$n; $((n=n+1))'):
				route add default gw $i dev $interface metric $((metric++))

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