projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfad612
)
skeleton/root/.bash_profile: don't set PATH
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Sun, 19 Oct 2014 23:30:56 +0000
(20:30 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sat, 25 Oct 2014 16:40:31 +0000
(18:40 +0200)
Even if the main shell is bash /etc/profile is also parsed so it's
redundant.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
system/skeleton/root/.bash_profile
patch
|
blob
|
history
diff --git
a/system/skeleton/root/.bash_profile
b/system/skeleton/root/.bash_profile
index 27bf14953d29c194abbafdd8882241f8f1c6c04b..0ee04a3108164fc486d03f5bf2bbf992b5fb14f9 100644
(file)
--- a/
system/skeleton/root/.bash_profile
+++ b/
system/skeleton/root/.bash_profile
@@
-1,13
+1,5
@@
# .bash_profile
-export PATH=\
-/bin:\
-/sbin:\
-/usr/bin:\
-/usr/sbin:\
-/usr/bin/X11:\
-/usr/local/bin
-
umask 022
if [ -f ~/.bashrc ]; then