Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_bash
/
refs/heads/n2
/
.
/
tests
/
comsub-posix3.sub
blob: 3a0e39a8b66b29b0d7da8e258dcc75db8e524824 [
file
] [
log
] [
blame
]
Chet Ramey
495aee4
2011-11-22 19:11:26 -0500
[
diff
] [
blame
]
1
# parsing errors before bash-4.2
2
3
a
=
$
(
/bin/
cat
<<
EOF
|
wc
-
l
4
a
5
b
6
c
7
EOF
8
)
9
10
a
=
$
(
cat
<<
EOF
|
wc
-
l
11
a
12
b
13
c
14
EOF
15
)
16
17
a
=
$
(
/bin/
cat
<<
EOF
18
a
19
b
20
c
21
EOF
22
)