[package] busybox: update to v1.13.4 (closes: #4279)
[openwrt/svn-archive/archive.git] / package / busybox / patches / 250-ash_export-n.patch
index 50eaa62d0b9312e4e9dae68e7afa4059cd16d84f..71697b116e8aef634816dd326d1ca672208d92bf 100644 (file)
@@ -1,6 +1,6 @@
 --- a/shell/ash.c
 +++ b/shell/ash.c
-@@ -12018,8 +12018,17 @@ exportcmd(int argc UNUSED_PARAM, char **
+@@ -12159,8 +12159,17 @@ exportcmd(int argc UNUSED_PARAM, char **
        const char *p;
        char **aptr;
        int flag = argv[0][0] == 'r' ? VREADONLY : VEXPORT;
@@ -19,7 +19,7 @@
                aptr = argptr;
                name = *aptr;
                if (name) {
-@@ -12031,10 +12040,12 @@ exportcmd(int argc UNUSED_PARAM, char **
+@@ -12172,10 +12181,12 @@ exportcmd(int argc UNUSED_PARAM, char **
                                        vp = *findvar(hashvar(name), name);
                                        if (vp) {
                                                vp->flags |= flag;