Debian Automated Code Analysis

checkbashisms analysis of grub-installer_1.59.dsc

possible bashism in ./grub-installer line 563 ('((' should be '$(('):
if [ "$(device_to_disk "$cdsrc")" = "$default_bootdev" ] || \
   ([ -n "$hdsrc" ] && [ "$(device_to_disk "$hdsrc")" = "$default_bootdev" ]) || \
   ([ "$default_bootdev" = '(hd0)' ] && \
    (([ -n "$cdfs" ] && [ "$cdfs" != "iso9660" ]) || \
     [ "$hybrid" = true ])); then
possible bashism in ./grub-installer line 792 (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 Sun, 16 Jan 2011 06:38:04 +0000, based on results by checkbashisms 2.10.65git5