diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-09-22 12:36:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-09-22 12:36:13 +0000 |
commit | 6eb5f4208082b85bf8e6f44fe6fec822c5a3acdd (patch) | |
tree | 943d93fd17ec7066fbbb59dd795d1bd219e28341 /package/busybox/patches/250-ash_export-n.patch | |
parent | e211b7791df08f6074e8d36886ec897b38109228 (diff) | |
download | upstream-6eb5f4208082b85bf8e6f44fe6fec822c5a3acdd.tar.gz upstream-6eb5f4208082b85bf8e6f44fe6fec822c5a3acdd.tar.bz2 upstream-6eb5f4208082b85bf8e6f44fe6fec822c5a3acdd.zip |
upgrade busybox to v1.11.2 and add current upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12648 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/250-ash_export-n.patch')
-rw-r--r-- | package/busybox/patches/250-ash_export-n.patch | 4 |
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 8243a50521..0ab8fa2159 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; |