]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-ash_exec.patch
594c3a59048dae349e68838cf6f61667f4d92573
[packages/busybox.git] / busybox-ash_exec.patch
1 --- busybox-1.12.2/shell/ash.c~ 2008-11-19 12:28:54.508026186 +0100
2 +++ busybox-1.12.2/shell/ash.c  2008-11-19 12:29:38.578022328 +0100
3 @@ -6988,7 +6988,7 @@
4                 free(argv);
5                 return;
6         }
7 -       if (errno == ENOEXEC) {
8 +       if (errno == ENOEXEC || errno == ENOENT) {
9                 char **ap;
10                 char **new;
11  
This page took 0.042564 seconds and 2 git commands to generate.