From: Gustavo Zacarias Date: Sun, 19 Oct 2014 23:30:56 +0000 (-0300) Subject: skeleton/root/.bash_profile: don't set PATH X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34853976f906a5d7fc4e1b23d64c43518863875a;p=buildroot.git 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 --- 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