Stop sourcing /etc/profile (breaks shell on Fedora)
This commit is contained in:
parent
452e22d45e
commit
c34ab49c4b
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue