summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vhook/ppm.c2
1 files changed, 1 insertions, 1 deletions
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
{