Debian Automated Code Analysis

checkbashisms analysis of hw-detect_1.84.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 Sun, 26 Dec 2010 00:10:18 +0000, based on results by checkbashisms 2.10.65git5