]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-ash-export-PATH.patch
- BR uClibc-static >= 3:0.9.30.1 (it has combreloc|relro filtering built in)
[packages/busybox.git] / busybox-ash-export-PATH.patch
CommitLineData
5b742f38
JR
1--- busybox.orig/shell/ash.c
2+++ busybox/shell/ash.c
3@@ -1748,7 +1748,7 @@
4 { VSTRFIXED|VTEXTFIXED|VUNSET, "MAIL\0" , changemail },
5 { VSTRFIXED|VTEXTFIXED|VUNSET, "MAILPATH\0", changemail },
6 #endif
7- { VSTRFIXED|VTEXTFIXED , bb_PATH_root_path, changepath },
8+ { VSTRFIXED|VTEXTFIXED|VEXPORT, bb_PATH_root_path, changepath },
9 { VSTRFIXED|VTEXTFIXED , "PS1=$ " , NULL },
10 { VSTRFIXED|VTEXTFIXED , "PS2=> " , NULL },
11 { VSTRFIXED|VTEXTFIXED , "PS4=+ " , NULL },
This page took 0.037026 seconds and 4 git commands to generate.