From da7c2e1d7d4e640f57fadd23346084054a6184df Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Sun, 15 Aug 2010 10:06:58 +0000 Subject: package/busybox: fix missing bit, refresh patches SVN-Revision: 22660 --- 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 bcc67d8..48efdcf 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 -@@ -12344,8 +12344,17 @@ exportcmd(int argc UNUSED_PARAM, char ** +@@ -12428,8 +12428,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) { -@@ -12357,10 +12366,12 @@ exportcmd(int argc UNUSED_PARAM, char ** +@@ -12441,10 +12450,12 @@ exportcmd(int argc UNUSED_PARAM, char ** vp = *findvar(hashvar(name), name); if (vp) { vp->flags |= flag; -- cgit v1.1