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
|
||||
|
||||
if [ -r /etc/profile ]; then
|
||||
. /etc/profile
|
||||
fi
|
||||
#if [ -r /etc/profile ]; then
|
||||
# . /etc/profile
|
||||
#fi
|
||||
|
||||
export BASH_ENV="$HOME/.bashrc"
|
||||
export BLOCKSIZE="K"
|
||||
|
|
Loading…
Reference in a new issue