]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-ash_exec.patch
- typo, cosmetics
[packages/busybox.git] / busybox-ash_exec.patch
1 --- busybox-1.00-pre2/shell/ash.c~      2003-08-24 12:47:36.000000000 +0200
2 +++ busybox-1.00-pre2/shell/ash.c       2003-08-24 12:47:43.000000000 +0200
3 @@ -3739,7 +3739,7 @@
4  #endif
5         if (repeated++) {
6                 ckfree(argv);
7 -       } else if (errno == ENOEXEC) {
8 +       } else if (errno == ENOEXEC || errno == ENOENT) {
9                 char **ap;
10                 char **new;
11  
This page took 0.058049 seconds and 3 git commands to generate.