]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-execvp.patch
- fix copy-pasto which prevents ksh from running scripts without shebang placed in...
[packages/glibc.git] / glibc-execvp.patch
1 --- glibc-2.3.5/posix/execvp.c.orig     2005-02-26 02:02:17.000000000 +0100
2 +++ glibc-2.3.5/posix/execvp.c  2005-04-14 17:42:22.000000000 +0200
3 @@ -140,7 +140,7 @@
4             {
5               if (script_argv == NULL)
6                 {
7 -                 script_argv = allocate_scripts_argv (file, argv);
8 +                 script_argv = allocate_scripts_argv (startp, argv);
9                   if (script_argv == NULL)
10                     {
11                       /* A possible EACCES error is not as important as
This page took 0.029657 seconds and 4 git commands to generate.