fix typo
This commit is contained in:
parent
5c45020d57
commit
073a553bec
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ EOF
|
|||
logdebug "create fill remote bashrc"
|
||||
ssh -T ${SSH_OPTS} $@ "cat > ${REMOTETMPBASHCONFIG}" < "${TMPBASHCONFIG}"
|
||||
logdebug $(ssh -T ${SSH_OPTS} $@ "stat ${REMOTETMPBASHCONFIG}")
|
||||
logdebug "create fill remote vimrc"
|
||||
logdebug "create file remote vimrc"
|
||||
ssh -T ${SSH_OPTS} $@ "cat > ${REMOTETMPVIMCONFIG}" < "${MSC_BASE}/vimrc"
|
||||
local RCMD="/bin/bash --noprofile --norc -c "
|
||||
RCMD="
|
||||
|
|
Loading…
Reference in a new issue