From 34853976f906a5d7fc4e1b23d64c43518863875a Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sun, 19 Oct 2014 20:30:56 -0300 Subject: [PATCH] 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 Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- system/skeleton/root/.bash_profile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/system/skeleton/root/.bash_profile b/system/skeleton/root/.bash_profile index 27bf14953d..0ee04a3108 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 -- 2.30.2