Automated Code Analysis
possible bashism in ./grub-installer line 554 ('((' 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 783 (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, 28 Jan 2011 06:38:11 +0000, based on results by checkbashisms 2.10.65git5