comparison src/callproc.c @ 321:19dcec799385 r21-0-58

Import from CVS: tag r21-0-58
author cvs
date Mon, 13 Aug 2007 10:46:44 +0200
parents e11d67e05968
children 4711e16a8e49
comparison
equal deleted inserted replaced
320:73c75c43c1f2 321:19dcec799385
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.