fix variable
This commit is contained in:
parent
2d957509b8
commit
84ada785cf
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ sshmyshellconfig() {
|
|||
fi
|
||||
echo
|
||||
#printf "%s" "[ -f bashrc_add ] && . bashrc_add" | tee -a ~/.bashrc
|
||||
printf "%s" "if [ -e \${MYSHELLCONFIG_BASE}/bashrc_add ]; then . \${MYSHELLCONFIG_BASE}/bashrc_add; else if [ -f bashrc_add ] ;then . bashrc_add;fi;fi" |tee -a ~/.bashrc
|
||||
printf "%s" "if [ -e ${MYSHELLCONFIG_BASE}/bashrc_add ]; then . ${MYSHELLCONFIG_BASE}/bashrc_add; else if [ -f bashrc_add ] ;then . bashrc_add;fi;fi" |tee -a ~/.bashrc
|
||||
echo
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue