Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with certain .bashrc #30

Open
luigi-calori opened this issue Jul 11, 2019 · 0 comments
Open

Problem with certain .bashrc #30

luigi-calori opened this issue Jul 11, 2019 · 0 comments
Assignees
Labels

Comments

@luigi-calori
Copy link
Member

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:+($debian_chroot)}\u@\h\w$ '

cd ..
`
resulting in

ERROR - Server error: ['bash: ${RCM_SERVER_COMM \rAND}: bad substitution\n']

luigi-calori pushed a commit that referenced this issue Jul 11, 2019
@sbna sbna added the bug label Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants