-
Rémi Denis-Courmont authored
- use execlp instead of execl - perform process replacement in the child process, not the parent - wait for process termination (to avoid zombies) - do not return value from void function - more verbose
9457d547
- use execlp instead of execl - perform process replacement in the child process, not the parent - wait for process termination (to avoid zombies) - do not return value from void function - more verbose