Stop sourcing /etc/profile (breaks shell on Fedora)

This commit is contained in:
Anthony Rose 2020-03-16 11:59:53 +00:00
parent 452e22d45e
commit c34ab49c4b

View file

@ -1,8 +1,8 @@
#!/bin/sh
if [ -r /etc/profile ]; then
. /etc/profile
fi
#if [ -r /etc/profile ]; then
# . /etc/profile
#fi
export BASH_ENV="$HOME/.bashrc"
export BLOCKSIZE="K"