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 #!/bin/sh
if [ -r /etc/profile ]; then #if [ -r /etc/profile ]; then
. /etc/profile # . /etc/profile
fi #fi
export BASH_ENV="$HOME/.bashrc" export BASH_ENV="$HOME/.bashrc"
export BLOCKSIZE="K" export BLOCKSIZE="K"