Debian Automated Code Analysis

checkbashisms analysis of uzbl_0.0.0~git.20100403-3.dsc

possible bashism in ./examples/data/scripts/formfiller.sh line 72 (should be 'b = a'):
elif [ "$action" == 'edit' ] && [ ! -e "$keydir/$domain" ]
possible bashism in ./examples/data/scripts/formfiller.sh line 84 (echo -e):
        option=`echo -e -n "$menu"| dmenu ${LINES} -nb "${NB}" -nf "${NF}" -sb "${SB}" -sf "${SF}" -p "${PROMPT}"`
possible bashism in ./examples/data/scripts/formfiller.sh line 118 (should be 'b = a'):
    if [ "$action" == 'new' -o "$action" == 'add' ]
possible bashism in ./examples/data/scripts/formfiller.sh line 118 (should be 'b = a'):
    if [ "$action" == 'new' -o "$action" == 'add' ]
possible bashism in ./examples/data/scripts/formfiller.sh line 120 (should be 'b = a'):
        if [ "$action" == 'new' ]
possible bashism in ./examples/data/scripts/formfiller.sh line 122 ($RANDOM):
            echo "!profile=NAME_THIS_PROFILE$RANDOM" > $keydir/$domain
possible bashism in ./examples/data/scripts/formfiller.sh line 124 ($RANDOM):
            echo "!profile=NAME_THIS_PROFILE$RANDOM" >> $keydir/$domain
possible bashism in ./examples/data/scripts/insert_bookmark.sh line 6 (should be >word 2>&1):
which zenity &>/dev/null || exit 2
possible bashism in ./examples/data/scripts/insert_bookmark.sh line 17 (echo -e):
echo -e "$entry"  >> $file
possible bashism in ./examples/data/scripts/instance-select-wmii.sh line 23 (should be 'b = a'):
if [ "$1" == 'list' ]
possible bashism in ./examples/data/scripts/instance-select-wmii.sh line 32 (echo -e):
	window=$(echo -e "$list" | $DMENU $COLORS | cut -d ' ' -f1)
possible bashism in ./examples/data/scripts/instance-select-wmii.sh line 34 (should be 'b = a'):
elif [ "$1" == 'next' ]
possible bashism in ./examples/data/scripts/instance-select-wmii.sh line 43 (should be 'b = a'):
elif [ "$1" == 'prev' ]

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