grub.d/README accidentally ends up executable for one reason or
another. Ignore it.
+2010-07-02 Colin Watson <cjwatson@ubuntu.com>
+
+ * util/grub-mkconfig_lib.in (grub_file_is_not_garbage): Sometimes
+ grub.d/README accidentally ends up executable for one reason or
+ another. Ignore it.
+
2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
* partmap/gpt.c (MAX_SECTOR_LOG): New definition.
if test -f "$1" ; then
case "$1" in
*.dpkg-*) return 1 ;; # debian dpkg
+ README*) return 1 ;; # documentation
esac
else
return 1