]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-ash_exec.patch
- obsolete (reimplemented as switch_root)
[packages/busybox.git] / busybox-ash_exec.patch
CommitLineData
8145e456
MM
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.604892 seconds and 4 git commands to generate.