Debian Automated Code Analysis

checkbashisms analysis of kfreebsd-kernel-headers_0.53.dsc

possible bashism in ./debian/generate-asm.sh line 46 ('((' should be '$(('):
dirs=$( (( cd "$dir_in/$machine_dir"; find . -type d ); ( cd "$dir_in/$machine_dir_biarch"; find . -type d )) | sort -u )
possible bashism in ./debian/generate-asm.sh line 47 ('((' should be '$(('):
files=$( (( cd "$dir_in/$machine_dir"; find . -name "*.h" -type f ); ( cd "$dir_in/$machine_dir_biarch"; find . -name "*.h" -type f )) | sed 's/^.\///g' | sort -u )

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