usign-exec: simplify usign execv calls
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 16 May 2020 12:52:35 +0000 (14:52 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 16 May 2020 16:26:19 +0000 (18:26 +0200)
When the executable to exec is passed as an absolute path, execv() and
execvp() are equivalent, so there it no need to make the code hard to
read with #ifdefs.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

No differences found