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

ssh_base: Fix out-of-order multiline output #9

Merged
merged 1 commit into from
Oct 23, 2020

Conversation

hanazuki
Copy link
Contributor

This patch fixes a problem that evaluating a recipe, over SSH,

puts <<EOF
a
b
c
EOF

will produce output

[host] c
[host] a
[host] b

This patch fixes a problem that evaluating a recipe, over SSH,

```
puts <<EOF
a
b
c
EOF
```

will produce output

```
[host] c
[host] a
[host] b
```
@sorah sorah merged commit b05b81e into sorah:master Oct 23, 2020
@sorah
Copy link
Owner

sorah commented Oct 23, 2020

thanks

@hanazuki hanazuki deleted the output-order branch October 23, 2020 14:32
ineu pushed a commit to ineu/hocho that referenced this pull request Jan 24, 2024
ssh_base: Fix out-of-order multiline output

Closes sorah#8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants