Open
Description
Bash requires tab indentation. We know this because the heredoc syntax supports indentation collapsing with the form <<-
, but only if the indents are tabs -- not spaces.
Metadata
Assignees
Labels
No labels
Bash requires tab indentation. We know this because the heredoc syntax supports indentation collapsing with the form <<-
, but only if the indents are tabs -- not spaces.