Skip to content
Commit 6c49403d authored by Jonathan Poelen's avatar Jonathan Poelen Committed by Christoph Cullmann
Browse files

Bash, Zsh: fix arguments after a heredoc

Before:

```
cat <<EOF -a
          ^ command
```

After:

```
cat <<EOF -a
          ^ option
```
parent ceb0430f
Pipeline #434489 passed with stage
in 2 minutes and 3 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