mirror of
https://git.kernel.org/pub/scm/libs/libcap/libcap.git
synced 2026-01-30 03:14:30 +00:00
The kdebug directory requires qemu to run and expects the kernel to be compiled with the running architecture. My setup has the kernel sources as a peer to the libcap directory so kdebug assumes that too. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
5 lines
102 B
Bash
5 lines
102 B
Bash
#!/bin/sh
|
|
# bash is used in various headers so we need a wrapper to invoke sh
|
|
# instead.
|
|
exec sh "$@"
|