blob: 3a0e39a8b66b29b0d7da8e258dcc75db8e524824 [file] [log] [blame]
Chet Ramey495aee42011-11-22 19:11:26 -05001# parsing errors before bash-4.2
2
3a=$(/bin/cat << EOF | wc -l
4a
5b
6c
7EOF
8)
9
10a=$(cat << EOF | wc -l
11a
12b
13c
14EOF
15)
16
17a=$(/bin/cat << EOF
18a
19b
20c
21EOF
22)