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)
commita9be4fb17df233fb9d23d3dae7aa6ce19fd7f38c
treef25c6e921c893a2f354619172dc549b05dc0281b
parent854d93e2326a0c027686b0058116629002fd011f
usign-exec: simplify usign execv calls

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>
usign-exec.c