package/busybox: add 2 upstream fixes (ash & cpio), bumb release number
[openwrt/svn-archive/archive.git] / package / busybox / patches / 250-ash_export-n.patch
index c4bac4166e05bbff007012af0118da3aaa50e905..bcc67d8eef960f11de7260900d0a1d42ab543b61 100644 (file)
@@ -1,6 +1,6 @@
 --- a/shell/ash.c
 +++ b/shell/ash.c
-@@ -12340,8 +12340,17 @@ exportcmd(int argc UNUSED_PARAM, char **
+@@ -12344,8 +12344,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) {
-@@ -12353,10 +12362,12 @@ exportcmd(int argc UNUSED_PARAM, char **
+@@ -12357,10 +12366,12 @@ exportcmd(int argc UNUSED_PARAM, char **
                                        vp = *findvar(hashvar(name), name);
                                        if (vp) {
                                                vp->flags |= flag;