X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/528728488025df01388ab8e84bccfa62fbaf88e9..a6ff6c1f36b886b61a08ac89996ee15340e6fc64:/package/busybox/patches/250-ash_export-n.patch?ds=sidebyside diff --git a/package/busybox/patches/250-ash_export-n.patch b/package/busybox/patches/250-ash_export-n.patch index 9c23920b8..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 -@@ -12429,8 +12429,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) { -@@ -12442,10 +12451,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;