Debian Automated Code Analysis

checkbashisms analysis of aircrack-ng_1.0~beta2-2.dsc

possible bashism in ./airmon-ng line 235 ($UID should be "$(id -ru)"):
if [ x$USERID = "x" -a x$UID != "x" ]
possible bashism in ./airmon-ng line 237 ($UID should be "$(id -ru)"):
	USERID=$UID
possible bashism in ./airmon-ng line 359 (should be >word 2>&1):
        iwconfig $MONDEV mode Monitor &>/dev/null
possible bashism in ./airmon-ng line 388 (should be >word 2>&1):
        iwconfig $iface mode Monitor channel $CH &>/dev/null
possible bashism in ./airmon-ng line 389 (should be >word 2>&1):
        iwpriv $iface monitor 1 $CH &>/dev/null
possible bashism in ./airmon-ng line 396 (should be >word 2>&1):
        iwpriv $iface monitor 0 &>/dev/null
possible bashism in ./airmon-ng line 397 (should be >word 2>&1):
        iwconfig $iface mode Managed &>/dev/null
possible bashism in ./airmon-ng line 533 (should be >word 2>&1):
         iwpriv $iface set_prismhdr 1 &>/dev/null
possible bashism in ./airmon-ng line 553 (should be >word 2>&1):
         iwpriv $iface monitor_type 1 &>/dev/null
possible bashism in ./airmon-ng line 710 (should be >word 2>&1):
            iwpriv $iface prismhdr 1 &>/dev/null
possible bashism in ./airmon-ng line 734 (should be >word 2>&1):
             iwpriv $iface rawtx 1 &>/dev/null

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