Debian Automated Code Analysis

checkbashisms analysis of etherboot_5.4.4-9.dsc

possible bashism in ./contrib/initrd/mkinitrd-net line 12 (alternative test command ([[ foo ]] should be [ foo ])):
    [[ -d $dir ]] || return 1
possible bashism in ./contrib/initrd/mkinitrd-net line 13 (alternative test command ([[ foo ]] should be [ foo ])):
    [[ -w $dir ]] || return 1
possible bashism in ./contrib/initrd/mkinitrd-net line 14 (alternative test command ([[ foo ]] should be [ foo ])):
    [[ $dir == */ ]] && dir=${dir%/}
possible bashism in ./contrib/initrd/mkinitrd-net line 14 (should be 'b = a'):
    [[ $dir == */ ]] && dir=${dir%/}
possible bashism in ./contrib/initrd/mkinitrd-net line 17 (alternative test command ([[ foo ]] should be [ foo ])):
    while tmpname=${dir%/*} && [[ -z $parttype ]];do
possible bashism in ./contrib/initrd/mkinitrd-net line 18 (alternative test command ([[ foo ]] should be [ foo ])):
        [[ -z $tmpname ]] && tmpname=/
possible bashism in ./contrib/initrd/mkinitrd-net line 54 ($UID should be "$(id -ru)"):
if [ $UID -eq 0 ]; then
possible bashism in ./contrib/initrd/mkinitrd-net line 91 (should be 'b = a'):
if [ "$do_help" == "y" ]; then
possible bashism in ./contrib/initrd/mkinitrd-net line 103 (should be 'b = a'):
if [ "$use_local" == "y" ]; then
possible bashism in ./contrib/initrd/mkinitrd-net line 111 (should be 'b = a'):
if [ "$use_sudo" == "y" ]; then
possible bashism in ./contrib/initrd/mkinitrd-net line 117 (should be 'b = a'):
if [ "$use_sudo" == "n" ]; then
possible bashism in ./contrib/initrd/mkinitrd-net line 144 (should be 'b = a'):
if [ "$quiet" == "n" ]; then
possible bashism in ./contrib/initrd/mkinitrd-net line 154 (should be 'b = a'):
if [ "$make_link" == "y" ]; then
possible bashism in ./contrib/initrd/mkinitrd-net line 161 (should be 'b = a'):
if [ "$keep" == "n" ]; then

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