Skip to content
Commit f8dd6e76 authored by Waqar Ahmed's avatar Waqar Ahmed Committed by Christoph Cullmann
Browse files

send "\r\n" instead of "\n" on windows

With powershell our cd or run document doesn't work as it expects \r.
However, bash on windows still works with \n. To workaround, just
send both.

A better fix would be to check the underlying shell and return the
right char.
parent be9c64f3
Pipeline #395793 canceled with stages
in 2 minutes and 30 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment