Debian Automated Code Analysis

checkbashisms analysis of micro-evtd_3.3.3-7.dsc

possible bashism in ./debian/get-orig-source.sh line 8 ((push|pop)d):
pushd $path > /dev/null
possible bashism in ./debian/get-orig-source.sh line 16 ((push|pop)d):
pushd $PACKAGE-$VERSION > /dev/null
possible bashism in ./debian/get-orig-source.sh line 18 ((push|pop)d):
popd > /dev/null
possible bashism in ./debian/get-orig-source.sh line 23 ((push|pop)d):
popd $path > /dev/null
possible bashism in ./debian/udeb/micro_evtd.command line 28 (should be 'b = a'):
	[ "$1" == "-t" ] && exit 0 || true ;;
possible bashism in ./debian/udeb/micro_evtd.command line 31 (should be 'b = a'):
	[ "$1" == "-t" ] && exit 1 || exit 0 ;;
possible bashism in ./Install/EventScript line 30 ($'...' should be "$(printf '...')"):
if [ $'\r' = "${TMP:${LEN}:1}" ]; then TMP=${TMP:0:$LEN} ; fi
possible bashism in ./Install/EventScript line 81 (test with unary -a (should be -e)):
	if [ -a $TMP/in_standby ]; then
possible bashism in ./Install/EventScript line 153 (${parm/?/pat[/str]}):
	I)	TEMP="${4//_/ }"
possible bashism in ./Install/microapl line 30 (${foo:3[:1]}):
	local NOTE=${arg:0:1}
possible bashism in ./Install/microapl line 33 (${foo:3[:1]}):
	if [ "${arg:1:1}" == "M" ] ; then
possible bashism in ./Install/microapl line 33 (should be 'b = a'):
	if [ "${arg:1:1}" == "M" ] ; then
possible bashism in ./Install/microapl line 34 (${foo:3[:1]}):
	  local octave="$((${arg:2:1} + 5))"
possible bashism in ./Install/microapl line 36 (${foo:3[:1]}):
	  local octave="$((${arg:1:1} - 1))"
possible bashism in ./Install/microapl line 78 (should be 'b = a'):
			if [ "$2" == "" ] ; then
possible bashism in ./Install/microapl line 101 (should be 'b = a'):
			if [ "$2" == "" ] ; then
possible bashism in ./Install/microapl line 137 (should be 'b = a'):
			if [ "$2" == "" ] ; then
possible bashism in ./Install/microapl line 152 (should be 'b = a'):
			if [ "$2" == "" ] ; then
possible bashism in ./Install/microapl line 177 (should be 'b = a'):
			if [ "$2" == "" ] ; then
possible bashism in ./Install/microapl line 201 (should be 'b = a'):
			if [ "$2" == "" ] ; then
possible bashism in ./Install/microapl line 258 (should be 'b = a'):
			if [ "$2" == "" ] ; then
possible bashism in ./Install/microapl line 284 (should be 'b = a'):
			if [ "$2" == "" ] ; then
possible bashism in ./Install/microapl line 312 (should be 'b = a'):
			if [ "$2" == "" ] ; then
possible bashism in ./Install/microapl line 340 (should be 'b = a'):
			if [ `$MICRO 803C` == "32" ] ; then
possible bashism in ./Install/microapl line 350 (should be 'b = a'):
			if [ "${TEMP}" == -1 ] ; then
possible bashism in ./Install/microapl line 354 (echo -e):
			    echo -ne "\0$(printf '%o' $i)"
possible bashism in ./Install/microapl line 360 (should be 'b = a'):
			if [ "$2" == "" ] ; then

This report was generated on Fri, 17 Dec 2010 08:38:50 +0000, based on results by checkbashisms 2.10.65git5