Some packages make no sense or do not build for etrax
[openwrt.git] / package / busybox / patches / 250-ash_export-n.patch
index 9823afe..b5a8794 100644 (file)
@@ -1,6 +1,8 @@
---- busybox.old/shell/ash.c    2006-11-22 12:02:03.000000000 -0800
-+++ busybox.dev/shell/ash.c    2006-11-22 11:05:32.000000000 -0800
-@@ -12257,9 +12257,18 @@
+Index: busybox-1.4.2/shell/ash.c
+===================================================================
+--- busybox-1.4.2.orig/shell/ash.c     2007-06-04 13:21:32.248074216 +0200
++++ busybox-1.4.2/shell/ash.c  2007-06-04 13:21:34.000807760 +0200
+@@ -12237,9 +12237,18 @@
        const char *p;
        char **aptr;
        int flag = argv[0][0] == 'r'? VREADONLY : VEXPORT;
@@ -20,7 +22,7 @@
        if (notp && ((name = *(aptr = argptr)))) {
                do {
                        if ((p = strchr(name, '=')) != NULL) {
-@@ -12267,10 +12276,11 @@
+@@ -12247,10 +12256,11 @@
                        } else {
                                if ((vp = *findvar(hashvar(name), name))) {
                                        vp->flags |= flag;
This page took 0.027663 seconds and 4 git commands to generate.