]> git.ipfire.org Git - thirdparty/grub.git/commit
consolidate grub_util_exec code
authorAndrey Borzenkov <arvidjaar@gmail.com>
Mon, 16 Dec 2013 18:41:15 +0000 (22:41 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Mon, 16 Dec 2013 18:41:15 +0000 (22:41 +0400)
commit396311f0f606d2c3cf1ba68f6007e1ccbe465531
tree4dbb1cc3e116bbb2d84b705bc8571f4524877eb1
parent316c8d9a186e64a091a3cc77c08c6c19b1673471
consolidate grub_util_exec code

We need to hide "modprobe efivars" error output to avoid confusion. So
consolidate grub_util_exec_* into single function that can optionally redirect
all three standard descriptors and make all other functions compatibility
wrappers.

Also remove include/grub/osdep/exec_unix.h which does not appear to be used
anywhere.
grub-core/osdep/unix/exec.c
include/grub/emu/exec.h
include/grub/osdep/exec_unix.h [deleted file]