Debian Automated Code Analysis

checkbashisms analysis of freevo_1.9.0-10.dsc

possible bashism in ./boot/freevo line 18 (should be 'b = a'):
if [ "$ROOTUSERINFO" == "yes" ]; then
possible bashism in ./boot/freevo line 37 (should be 'b = a'):
        if [ "$RECORDSERVER" == "yes" ]; then
possible bashism in ./boot/freevo line 42 (should be 'b = a'):
        if [ "$WEBSERVER" == "yes" ]; then
possible bashism in ./boot/freevo line 47 (should be 'b = a'):
        if [ "$SETNUMLOCK" == "yes" ]; then
possible bashism in ./boot/freevo line 52 (should be 'b = a'):
        if [ "$HAVEKEYBOARD" == "no" ]; then
possible bashism in ./boot/freevo line 55 (should be 'b = a'):
        if [ "$HAVEMOUSE" == "no" ]; then
possible bashism in ./boot/freevo line 59 (should be 'b = a'):
        if [ "$FREEVO" == "daemon" ]; then
possible bashism in ./boot/freevo line 63 (should be 'b = a'):
        elif [ "$FREEVO" == "yes" ]; then
possible bashism in ./boot/freevo line 78 (should be >word 2>&1):
        kill `pgrep -f "python src/main.py" -d" "` &> /dev/null
possible bashism in ./boot/freevo line 79 (should be >word 2>&1):
	kill `pgrep -f "python main.py" -d" "` &> /dev/null
possible bashism in ./boot/freevo line 81 (should be 'b = a'):
        if [ "$RECORDSERVER" == "yes" ]; then
possible bashism in ./boot/freevo line 86 (should be 'b = a'):
        if [ "$WEBSERVER" == "yes" ]; then
possible bashism in ./contrib/suse/freevo.daily line 5 (should be 'b = a'):
if [ $FREEVO_UPDATE_XMLTV == 1 ] ; then
possible bashism in ./contrib/suse/freevo.init line 48 (should be 'b = a'):
	if [ $FREEVO_SET_RTC == 1 ] ; then
possible bashism in ./contrib/suse/freevo.init line 51 (should be 'b = a'):
	if [ $FREEVO_KEYBOARD == 0 ] ; then
possible bashism in ./contrib/gentoo/wakeup.sh line 3 (should be '.', not 'source'):
source /etc/conf.d/clock
possible bashism in ./contrib/gentoo/wakeup.sh line 5 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ${CLOCK} == "UTC" ]] ; then
possible bashism in ./contrib/gentoo/wakeup.sh line 5 (should be 'b = a'):
if [[ ${CLOCK} == "UTC" ]] ; then
possible bashism in ./.pc/bashims/contrib/fbcon/mgafb line 31 (should be 'b = a'):
if [ "$1" == "restore" ]; then
possible bashism in ./.pc/bashims/contrib/fbcon/mgafb line 55 (should be 'b = a'):
if ! [ "$1" == "pal" ] && ! [ "$1" == "PAL" ] && \
    ! [ "$1" == "ntsc" ] && ! [ "$1" == "NTSC" ]; then
possible bashism in ./.pc/bashims/contrib/fbcon/mgafb line 69 (should be 'b = a'):
if [ "$1" == "pal" ] || [ "$1" == "PAL" ]; then
possible bashism in ./.pc/bashims/contrib/fbcon/mgafb line 73 (should be 'b = a'):
    if [ "$2" == "768x576" ]; then
possible bashism in ./.pc/bashims/contrib/fbcon/mgafb line 83 (should be 'b = a'):
    elif [ "$2" == "800x600" ]; then
possible bashism in ./.pc/bashims/contrib/fbcon/mgafb line 96 (should be 'b = a'):
    if [ "$2" == "640x480" ]; then
possible bashism in ./.pc/bashims/contrib/fbcon/mgafb line 98 (should be 'b = a'):
    elif [ "$2" == "768x576" ]; then
possible bashism in ./.pc/bashims/contrib/fbcon/mgafb line 100 (should be 'b = a'):
    elif [ "$2" == "800x600" ]; then

This report was generated on Fri, 28 Jan 2011 06:38:08 +0000, based on results by checkbashisms 2.10.65git5