summaryrefslogtreecommitdiff
path: root/package/busybox/patches/250-ash_export-n.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-02-21 15:07:45 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-02-21 15:07:45 +0000
commit701d71984cd2ae8ddabb45ca57a871fdb4a94df3 (patch)
tree799f7389b8981f2da6bfba2b3296b5faef3e360b /package/busybox/patches/250-ash_export-n.patch
parent3849a57cd7cb47e30a506222779916eebdbb28fb (diff)
downloadmtk-20170518-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.zip
mtk-20170518-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.gz
mtk-20170518-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.bz2
busybox: refresh busybox patches
SVN-Revision: 14590
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 0ab8fa2..0662ba3 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
-@@ -11909,8 +11909,17 @@
+@@ -11909,8 +11909,17 @@ exportcmd(int argc ATTRIBUTE_UNUSED, cha
const char *p;
char **aptr;
int flag = argv[0][0] == 'r'? VREADONLY : VEXPORT;
@@ -19,7 +19,7 @@
aptr = argptr;
name = *aptr;
if (name) {
-@@ -11922,10 +11931,12 @@
+@@ -11922,10 +11931,12 @@ exportcmd(int argc ATTRIBUTE_UNUSED, cha
vp = *findvar(hashvar(name), name);
if (vp) {
vp->flags |= flag;