From 236863f163db6a700db2d2ea780688f20c00d316 Mon Sep 17 00:00:00 2001 From: james <> Date: Wed, 12 Mar 2008 01:30:23 +0000 Subject: *** empty log message *** --- src/ptty.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/ptty.c') diff --git a/src/ptty.c b/src/ptty.c index fe4c930..53252a2 100644 --- a/src/ptty.c +++ b/src/ptty.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.23 2008/03/12 01:30:23 james + * *** empty log message *** + * * Revision 1.22 2008/03/12 01:26:56 james * *** empty log message *** * @@ -195,10 +198,10 @@ ptty_open (char *path, char *argv[], CRT_Pos * size) if (!argv) argv = default_argv; - if (path[0]=='/') - execv (path, argv); - else - execvp (path, argv); + if (path[0] == '/') + execv (path, argv); + else + execvp (path, argv); _exit (-1); } -- cgit v1.2.3