]> git.pld-linux.org Git - packages/busybox.git/blobdiff - busybox-ash_exec.patch
- up for 1.12.2
[packages/busybox.git] / busybox-ash_exec.patch
index c2b87b7547e50f3b2734c04293ee9b00454e7697..594c3a59048dae349e68838cf6f61667f4d92573 100644 (file)
@@ -1,11 +1,11 @@
---- busybox-1.00-pre2/shell/ash.c~     2003-08-24 12:47:36.000000000 +0200
-+++ busybox-1.00-pre2/shell/ash.c      2003-08-24 12:47:43.000000000 +0200
-@@ -6600,7 +6600,7 @@
- #endif
-       if (repeated++) {
+--- busybox-1.12.2/shell/ash.c~        2008-11-19 12:28:54.508026186 +0100
++++ busybox-1.12.2/shell/ash.c 2008-11-19 12:29:38.578022328 +0100
+@@ -6988,7 +6988,7 @@
                free(argv);
--      } else if (errno == ENOEXEC) {
-+      } else if (errno == ENOEXEC || errno == ENOENT) {
+               return;
+       }
+-      if (errno == ENOEXEC) {
++      if (errno == ENOEXEC || errno == ENOENT) {
                char **ap;
                char **new;
-
This page took 0.076636 seconds and 4 git commands to generate.