mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
cocmd: allow passing unpaired } for passing Perl test
This commit is contained in:
parent
9e001a3bdd
commit
f4516567ff
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ int _cocmd(int argc, char **argv, char **envp) {
|
||||||
unsupported['('] = true;
|
unsupported['('] = true;
|
||||||
unsupported[')'] = true;
|
unsupported[')'] = true;
|
||||||
unsupported['{'] = true;
|
unsupported['{'] = true;
|
||||||
unsupported['}'] = true;
|
unsupported['}'] = false; // Perl t/op/exec.t depends on unpaired } being passed from the shell to Perl
|
||||||
if (!_weaken(glob)) {
|
if (!_weaken(glob)) {
|
||||||
unsupported['*'] = true;
|
unsupported['*'] = true;
|
||||||
unsupported['?'] = true;
|
unsupported['?'] = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue