Fixing multiline parsing to preserve newlines

Fixes #8813
This commit is contained in:
James Cammarata 2014-09-04 09:35:41 -05:00
parent bac97c8321
commit 317ab06bc6
3 changed files with 25 additions and 25 deletions

View file

@ -181,8 +181,8 @@
args:
executable: /bin/bash
shell: |
echo this is a
"multiline echo"
echo this is a \
"multiline echo" \
"with a new line
in quotes" \
| md5sum \