]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- export PATH, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329406
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 24 Feb 2009 22:33:18 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-ash-export-PATH.patch -> 1.1

busybox-ash-export-PATH.patch [new file with mode: 0644]

diff --git a/busybox-ash-export-PATH.patch b/busybox-ash-export-PATH.patch
new file mode 100644 (file)
index 0000000..47bfcaa
--- /dev/null
@@ -0,0 +1,11 @@
+--- busybox.orig/shell/ash.c
++++ busybox/shell/ash.c
+@@ -1748,7 +1748,7 @@
+       { VSTRFIXED|VTEXTFIXED|VUNSET, "MAIL\0"    , changemail      },
+       { VSTRFIXED|VTEXTFIXED|VUNSET, "MAILPATH\0", changemail      },
+ #endif
+-      { VSTRFIXED|VTEXTFIXED       , bb_PATH_root_path, changepath },
++      { VSTRFIXED|VTEXTFIXED|VEXPORT, bb_PATH_root_path, changepath },
+       { VSTRFIXED|VTEXTFIXED       , "PS1=$ "    , NULL            },
+       { VSTRFIXED|VTEXTFIXED       , "PS2=> "    , NULL            },
+       { VSTRFIXED|VTEXTFIXED       , "PS4=+ "    , NULL            },
This page took 0.121137 seconds and 4 git commands to generate.