Debian Automated Code Analysis

checkbashisms analysis of grub-installer_1.57.dsc

possible bashism in ./grub-installer line 560 ('((' should be '$(('):
if [ "$cdsrc" = "$default_bootdev" ] || \
   ([ "$default_bootdev" = '(hd0)' ] && \
    (([ -n "$cdfs" ] && [ "$cdfs" != "iso9660" ]) || \
     [ "$hybrid" = true ])); then
possible bashism in ./grub-installer line 789 (echo -e):
			password=$(echo -e "md5crypt\n$password" | \
				   $chroot $ROOT \
				   grub --batch --device-map=/dev/null 2>&1 | \
				   grep "^Encrypted:" | cut -d' ' -f2)

This report was generated on Fri, 17 Dec 2010 00:10:09 +0000, based on results by checkbashisms 2.10.65git5