wok view busybox/stuff/busybox-1.31-ash.u @ rev 21919

updated smake (1.2a49 -> 1.2.5)
author Hans-G?nter Theisgen
date Sat Oct 05 11:16:38 2019 +0100 (2019-10-05)
parents
children 7f2789b79625
line source
1 Some SliTaz scripts (cook) need that...
2 --- busybox-1.30/shell/ash.c
3 +++ busybox-1.30/shell/ash.c
4 @@ -13300,7 +13300,13 @@
5 if (strchr(name, '/'))
6 return name;
8 + /* IIRC standards do not say whether . is to be searched. Bash do it. */
9 + if (ENABLE_ASH_BASH_COMPAT) {
10 + fullname = name;
11 + goto try_cur_dir;
12 + }
13 while ((fullname = path_advance(&path, name)) != NULL) {
14 + try_cur_dir:
15 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) {
16 /*
17 * Don't bother freeing here, since it will