Jeffrey Gennari <[email protected]> writes: > Hi Michael,
Hi Jeffrey, [Pls keep the Cc for the archives] > Thanks for the quick reply, but unfortunately that didn’t fix the > issue. Here is the tramp debug buffer: The prompt is now "$", and not "$ " as expected. The trailing space char is missing. Could you pls check that you have added the line to your .profile as given? --8<---------------cut here---------------start------------->8--- [ $TERM = "dumb" ] && PS1='$ ' --8<---------------cut here---------------end--------------->8--- Note the single apostrophs arround the prompt value. I don't know whether this is the culprit, let's see. Additionally, you might say which shell is behind /bin/sh on your remote system. Perhaps there's another issue. > Jeff Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
