Automated Code Analysis
possible bashism in ./grub-installer line 570 ('((' 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 ])) || \
([ "$default_bootdev" != '(hd0)' ] && \
! partmap "$default_bootdev" >/dev/null && \
! grub_probe -t fs -d "$default_bootdev" >/dev/null); then
possible bashism in ./grub-installer line 799 (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 Tue, 15 Feb 2011 06:38:08 +0000, based on results by checkbashisms 2.10.65git5