projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add feeds.conf to .gitignore
[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
8243a50
..
0ab8fa2
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
-@@ -11
875,8 +11875
,17 @@
+@@ -11
909,8 +11909
,17 @@
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) {
-@@ -11
888,10 +11897
,12 @@
+@@ -11
922,10 +11931
,12 @@
vp = *findvar(hashvar(name), name);
if (vp) {
vp->flags |= flag;
vp = *findvar(hashvar(name), name);
if (vp) {
vp->flags |= flag;
This page took
0.026236 seconds
and
4
git commands to generate.