Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
fd5a0bafa2
commit
54102a2c29
4535 changed files with 1510258 additions and 0 deletions
13
t/chainlint/nested-subshell.expect
Normal file
13
t/chainlint/nested-subshell.expect
Normal file
|
@ -0,0 +1,13 @@
|
|||
2 (
|
||||
3 cd foo &&
|
||||
4 (
|
||||
5 echo a &&
|
||||
6 echo b
|
||||
7 ) >file &&
|
||||
8
|
||||
9 cd foo &&
|
||||
10 (
|
||||
11 echo a ?!LINT: missing '&&'?!
|
||||
12 echo b
|
||||
13 ) >file
|
||||
14 )
|
Loading…
Add table
Add a link
Reference in a new issue