comparison src/callproc.c @ 375:a300bb07d72d r21-2b3

Import from CVS: tag r21-2b3
author cvs
date Mon, 13 Aug 2007 11:04:51 +0200
parents cc15677e0335
children 8626e4521993
comparison
equal deleted inserted replaced
374:4ebeb1a5388b 375:a300bb07d72d
742 to pass this environment is to set environ. Our caller 742 to pass this environment is to set environ. Our caller
743 is responsible for restoring the ambient value of environ. */ 743 is responsible for restoring the ambient value of environ. */
744 environ = env; 744 environ = env;
745 execvp (new_argv[0], new_argv); 745 execvp (new_argv[0], new_argv);
746 746
747 stdout_out ("Cant't exec program %s\n", new_argv[0]); 747 stdout_out ("Can't exec program %s\n", new_argv[0]);
748 _exit (1); 748 _exit (1);
749 #endif /* not WINDOWSNT */ 749 #endif /* not WINDOWSNT */
750 } 750 }
751 751
752 /* Move the file descriptor FD so that its number is not less than MIN. 752 /* Move the file descriptor FD so that its number is not less than MIN.