aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/250-ash_export-n.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-27 11:59:19 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-27 11:59:19 +0000
commitd19948df0540df8dbc989931135254c98a112591 (patch)
tree4b7440db3eca3bdfdef4352b5635acb2e910c14e /package/busybox/patches/250-ash_export-n.patch
parentab798095fa64005c6da0bc8ddc8ca3bba754e25a (diff)
downloadupstream-d19948df0540df8dbc989931135254c98a112591.tar.gz
upstream-d19948df0540df8dbc989931135254c98a112591.tar.bz2
upstream-d19948df0540df8dbc989931135254c98a112591.zip
package/busybox: add 2 upstream fixes (ash & cpio), bumb release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21186 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.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 c4bac4166e..bcc67d8eef 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
-@@ -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;