1 Index: busybox-1.4.2/shell/ash.c
2 ===================================================================
3 --- busybox-1.4.2.orig/shell/ash.c 2007-07-01 05:33:08.371737750 +0200
4 +++ busybox-1.4.2/shell/ash.c 2007-07-01 05:33:11.703946000 +0200
9 - if (is_safe_applet(name)) {
10 - entry->cmdtype = CMDNORMAL;
11 - entry->u.index = -1;
15 updatetbl = (path == pathval());
18 @@ -4074,6 +4068,12 @@
22 + if (is_safe_applet(name)) {
23 + entry->cmdtype = CMDNORMAL;
24 + entry->u.index = -1;
28 /* We failed. If there was an entry for this command, delete it */
29 if (cmdp && updatetbl)