[fix] Emulate shell path expansion for exec
execv doesn't search the path for binaries, making it harder to execute commands. execvp can be used instead.
Showing
Please register or sign in to comment
execv doesn't search the path for binaries, making it harder to execute commands. execvp can be used instead.