Debian Automated Code Analysis

checkbashisms analysis of hw-detect_1.83.dsc

possible bashism in ./hw-detect.sh line 42 ('((' should be '$(('):
	! ((cut -d" " -f1 /proc/modules | grep -q "^$1\$") || \
	   (cut -d" " -f1 /proc/modules | sed -e 's/_/-/g' | grep -q "^$1\$"))
possible bashism in ./ethdetect.sh line 23 ('((' should be '$(('):
	! ((cut -d" " -f1 /proc/modules | grep -q "^$1\$") || \
	   (cut -d" " -f1 /proc/modules | sed -e 's/_/-/g' | grep -q "^$1\$"))
possible bashism in ./disk-detect.sh line 17 ('((' should be '$(('):
	! ((cut -d" " -f1 /proc/modules | grep -q "^$1\$") || \
	   (cut -d" " -f1 /proc/modules | sed -e 's/_/-/g' | grep -q "^$1\$"))

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