Avoid == in test command, it's not portable.

This commit is contained in:
Grégoire Sutre 2010-07-05 00:45:14 +02:00
parent cb7f64b229
commit 57ebd41ef1
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-07-04 Grégoire Sutre <gregoire.sutre@gmail.com>
* configure.ac: Avoid == in test command, it's not portable.
* util/grub.d/30_os-prober.in: Likewise.
2010-07-04 Colin Watson <cjwatson@ubuntu.com>
* kern/emu/getroot.c [__GNU__]: Include <sys/mman.h> for munmap.