X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbusybox.git;a=blobdiff_plain;f=busybox-ash_exec.patch;h=594c3a59048dae349e68838cf6f61667f4d92573;hp=c2b87b7547e50f3b2734c04293ee9b00454e7697;hb=3bed59438fa05d30d41f7720c509676be016fe8f;hpb=de3eedb217212635eb62aeedf71217284f53bfbc diff --git a/busybox-ash_exec.patch b/busybox-ash_exec.patch index c2b87b7..594c3a5 100644 --- a/busybox-ash_exec.patch +++ b/busybox-ash_exec.patch @@ -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; - +