1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-02 20:52:36 +02:00

no bash stuff in profile

This commit is contained in:
Michiel Derhaeg
2017-03-27 21:40:26 +02:00
parent c25d7508ef
commit a0216605e6

View File

@@ -4,7 +4,7 @@
umask 022
# Set our default path
PATH="/usr/local/sbin:/usr/local/bin:/usr/bin"
PATH="/usr/local/sbin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
export PATH
# Load profiles from /etc/profile.d
@@ -14,14 +14,3 @@ if test -d /etc/profile.d/; then
done
unset profile
fi
# Source global bash config
if test "$PS1" && test "$BASH" && test -z ${POSIXLY_CORRECT+x} && test -r /etc/bash.bashrc; then
. /etc/bash.bashrc
fi
# Termcap is outdated, old, and crusty, kill it.
unset TERMCAP
# Man is much better than us at figuring this out
unset MANPATH