]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-ash_exec.patch
- rel 2
[packages/busybox.git] / busybox-ash_exec.patch
CommitLineData
3bed5943
AM
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 @@
316ae9e2 4 free(argv);
3bed5943
AM
5 return;
6 }
7- if (errno == ENOEXEC) {
8+ if (errno == ENOEXEC || errno == ENOENT) {
8145e456
MM
9 char **ap;
10 char **new;
3bed5943 11
This page took 0.113104 seconds and 4 git commands to generate.