Parse FD move operations like 2>&1- correctly. Fixes #1180.

This commit is contained in:
Vidar Holen
2018-05-12 18:30:35 -07:00
parent aa3b3fdc56
commit cf608dc2f6
3 changed files with 11 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
- Associative arrays are now respected in arithmetic contexts
- SC1087 about `$var[@]` now correctly triggers on any index
- Bad expansions in here documents are no longer ignored
- FD move operations like {fd}>1- now parse correctly
### Changed
- SC1073: 'else if' is now parsed correctly and not like 'elif'