summaryrefslogtreecommitdiff
path: root/package/busybox/patches/250-ash_export-n.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-09-22 12:36:13 +0000
committerNicolas Thill <nico@openwrt.org>2008-09-22 12:36:13 +0000
commit2219c8b27fd32c014061600098b0d8956fd3b882 (patch)
tree0e0744aeefb50e7a790704d94d293d5c46bfe4fb /package/busybox/patches/250-ash_export-n.patch
parent5d45133fc27115d491740cdbe03b1af1eed43fed (diff)
downloadmtk-20170518-2219c8b27fd32c014061600098b0d8956fd3b882.zip
mtk-20170518-2219c8b27fd32c014061600098b0d8956fd3b882.tar.gz
mtk-20170518-2219c8b27fd32c014061600098b0d8956fd3b882.tar.bz2
upgrade busybox to v1.11.2 and add current upstream fixes
SVN-Revision: 12648
Diffstat (limited to 'package/busybox/patches/250-ash_export-n.patch')
-rw-r--r--package/busybox/patches/250-ash_export-n.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/patches/250-ash_export-n.patch b/package/busybox/patches/250-ash_export-n.patch
index 8243a50..0ab8fa2 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
-@@ -11875,8 +11875,17 @@
+@@ -11909,8 +11909,17 @@
const char *p;
char **aptr;
int flag = argv[0][0] == 'r'? VREADONLY : VEXPORT;
@@ -19,7 +19,7 @@
aptr = argptr;
name = *aptr;
if (name) {
-@@ -11888,10 +11897,12 @@
+@@ -11922,10 +11931,12 @@
vp = *findvar(hashvar(name), name);
if (vp) {
vp->flags |= flag;