projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove generic linux 2.4 support
[openwrt.git]
/
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
c4bac41
..
bcc67d8
100644
(file)
--- 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
--- a/shell/ash.c
+++ b/shell/ash.c
-@@ -1234
0,8 +12340
,17 @@ exportcmd(int argc UNUSED_PARAM, char **
+@@ -1234
4,8 +12344
,17 @@ exportcmd(int argc UNUSED_PARAM, char **
const char *p;
char **aptr;
int flag = argv[0][0] == 'r' ? VREADONLY : VEXPORT;
const char *p;
char **aptr;
int flag = argv[0][0] == 'r' ? VREADONLY : VEXPORT;
@@
-19,7
+19,7
@@
aptr = argptr;
name = *aptr;
if (name) {
aptr = argptr;
name = *aptr;
if (name) {
-@@ -1235
3,10 +12362
,12 @@ exportcmd(int argc UNUSED_PARAM, char **
+@@ -1235
7,10 +12366
,12 @@ exportcmd(int argc UNUSED_PARAM, char **
vp = *findvar(hashvar(name), name);
if (vp) {
vp->flags |= flag;
vp = *findvar(hashvar(name), name);
if (vp) {
vp->flags |= flag;
This page took
0.024479 seconds
and
4
git commands to generate.