From: Andrew DeFaria Date: Wed, 1 Feb 2017 02:21:06 +0000 (-0800) Subject: Fixed subtle bug in prompt X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=c9c8937d7fde97e75f4f43029eb87d21b7d8659c;p=clearscm.git Fixed subtle bug in prompt --- diff --git a/lib/Rexec.pm b/lib/Rexec.pm index 6db5735..2eecab8 100644 --- a/lib/Rexec.pm +++ b/lib/Rexec.pm @@ -239,7 +239,7 @@ sub ssh { if ($logged_in) { # It's always hard to find the prompt. So let's make a distintive one - $self->{prompt} = '@@@'; + $self->{prompt} = "\n@@@"; $self->{handle} = $remote; # OK this is real tricky. If we call execute with a command of PS1=@@@