X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/626912ac05cb196b69bea7b853f79b8c06d1476a..72225d6800d48bc70fc60cb8369c84536f727d43:/package/busybox/patches/250-ash_export-n.patch diff --git a/package/busybox/patches/250-ash_export-n.patch b/package/busybox/patches/250-ash_export-n.patch index bcc67d8ee..1c34b2cd7 100644 --- a/package/busybox/patches/250-ash_export-n.patch +++ b/package/busybox/patches/250-ash_export-n.patch @@ -1,6 +1,6 @@ --- a/shell/ash.c +++ b/shell/ash.c -@@ -12344,8 +12344,17 @@ exportcmd(int argc UNUSED_PARAM, char ** +@@ -12532,8 +12532,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) { -@@ -12357,10 +12366,12 @@ exportcmd(int argc UNUSED_PARAM, char ** +@@ -12545,10 +12554,12 @@ exportcmd(int argc UNUSED_PARAM, char ** vp = *findvar(hashvar(name), name); if (vp) { vp->flags |= flag;