summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-10-19 20:30:56 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-10-25 18:40:31 +0200
commit34853976f906a5d7fc4e1b23d64c43518863875a (patch)
treef89041a18b55df80ee8f48ae77e3990d3c06a42d /system
parentcfad612fc7b2f53b265e7ed56134fbc4fdbc7151 (diff)
skeleton/root/.bash_profile: don't set PATH
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>
Diffstat (limited to 'system')
-rw-r--r--system/skeleton/root/.bash_profile8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/skeleton/root/.bash_profile b/system/skeleton/root/.bash_profile
index 27bf14953..0ee04a310 100644
--- 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