* grub-core/osdep/unix/platform.c (get_ofpathname): Trim ending newline.

Don't rely on PATH_MAX.
This commit is contained in:
Vladimir Serbinenko 2013-11-25 07:34:49 +01:00
parent c98dd165b0
commit 61e1b9a49d
2 changed files with 27 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2013-11-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/osdep/unix/platform.c (get_ofpathname): Trim ending newline.
Don't rely on PATH_MAX.
2013-11-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/genmoddep.awk: Use more portable && rather than and.