Debian Automated Code Analysis

checkbashisms analysis of grub-common_1.98+20100804-10_i386.deb

possible bashism in ./usr/sbin/grub-mkconfig line 108 ($EUID should be "$(id -u)"):
if [ "x$EUID" = "x" ] ; then
possible bashism in ./usr/sbin/grub-mkconfig line 109 (EUID=):
  EUID=`id -u`
possible bashism in ./usr/sbin/grub-mkconfig line 112 ($EUID should be "$(id -u)"):
if [ "$EUID" != 0 ] ; then

This report was generated on Sat, 18 Dec 2010 00:54:01 +0000, based on results by checkbashisms 2.10.65git5