From 04d064a59055ede01f24312e2c384c501fc08cca Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Apr 2011 02:56:23 +0000 Subject: busybox: refresh patches SVN-Revision: 26738 --- package/busybox/patches/250-ash_export-n.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 9c23920..1c34b2c 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; -- cgit v1.1