.
This commit is contained in:
@ -1,12 +1,12 @@
|
|||||||
# Source .bashrc for non-interactive Bash shells
|
# Source .bashrc for non-interactive Bash shells
|
||||||
export BASH_ENV=~/.bashrc
|
|
||||||
echo "shared "
|
|
||||||
|
|
||||||
if [[ $- != *i* ]] ; then
|
if [[ $- != *i* ]] ; then
|
||||||
# Shell is non-interactive. Be done now!
|
# Shell is non-interactive. Be done now!
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export BASH_ENV=~/.bashrc
|
||||||
|
echo "shared "
|
||||||
|
|
||||||
THISOS=$(uname | awk '{print tolower($1)}')
|
THISOS=$(uname | awk '{print tolower($1)}')
|
||||||
THISHOST=$(uname -n)
|
THISHOST=$(uname -n)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user