-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
The following .bashrc on user host can fool client RCM_SERVER_COMMAND detection so following interaction fails:
`
#.bashrc
#Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
#Uncomment the following line if you don't like systemctl's auto-paging feature:
#export SYSTEMD_PAGER=
PS1='${debian_chroot:+(
cd ..
`
resulting in
ERROR - Server error: ['bash: ${RCM_SERVER_COMM \rAND}: bad substitution\n']