diff --git a/vhook/ppm.c b/vhook/ppm.c index 51badd58db..4b3a17f9f2 100644 --- a/vhook/ppm.c +++ b/vhook/ppm.c @@ -81,7 +81,7 @@ static rwpipe *rwpipe_open( int argc, char *argv[] ) close( output[ 1 ] ); execl("/bin/sh", "sh", "-c", command, (char*)NULL ); - exit( 255 ); + _exit( 255 ); } else {