-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix: multiline output #163
Conversation
738d572
to
0ed89c2
Compare
echo "stdout<<${delim}" | ||
cat "${tmpout}" | ||
echo | ||
echo "${delim}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is very creative
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😜 hehe ye, better suggestions appreciated if you have them, I didn't want to use a fixed EOF
string on the off chance that that appeared in the output.
Signed-off-by: Justin Chadwell <[email protected]>
Signed-off-by: Justin Chadwell <[email protected]>
0ed89c2
to
48b2578
Compare
Signed-off-by: Justin Chadwell <[email protected]>
48b2578
to
9968d42
Compare
FYI @kpenfound added a commit at the end that fixes #162. Noticed there was a bug that caused quotes in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship it
Fixes #161, a regression introduced in
1a00b8f
(#153).