summaryrefslogtreecommitdiff
path: root/package/busybox/patches/250-ash_export-n.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-08-15 10:06:58 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-08-15 10:06:58 +0000
commitda7c2e1d7d4e640f57fadd23346084054a6184df (patch)
treea78e4c664192df623fb748152d5884be6adb2d56 /package/busybox/patches/250-ash_export-n.patch
parente0d13e77d09997a13c73b58dd3e6232d45c8d1a5 (diff)
downloadmtk-20170518-da7c2e1d7d4e640f57fadd23346084054a6184df.zip
mtk-20170518-da7c2e1d7d4e640f57fadd23346084054a6184df.tar.gz
mtk-20170518-da7c2e1d7d4e640f57fadd23346084054a6184df.tar.bz2
package/busybox: fix missing bit, refresh patches
SVN-Revision: 22660
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 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;