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

Error message cryptic when heredoc's not being used correctly #352

Open
sourishkrout opened this issue Jul 22, 2023 · 1 comment
Open

Error message cryptic when heredoc's not being used correctly #352

sourishkrout opened this issue Jul 22, 2023 · 1 comment
Assignees

Comments

@sourishkrout
Copy link
Member

sourishkrout commented Jul 22, 2023

This not uncommon shell-feature will make the Runner stumble.

cat << EOF
line1
line2
line3
EOF > somefile
@sourishkrout sourishkrout self-assigned this Jul 27, 2023
@sourishkrout
Copy link
Member Author

sourishkrout commented Jul 27, 2023

Turns out a valid heredoc looks like the one below. However, perhaps there is a better way to surface that the original example (invalid) is essentially a shell error not Runme.

cat > somefile << EOF
line1
line2
line3
EOF

@sourishkrout sourishkrout changed the title Heredoc's not working Error message cryptic when heredoc's not being used correctly Nov 29, 2023
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

No branches or pull requests

1 participant