mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 05:11:27 +08:00
Parse 'else if' correctly, and not like elif. Fixes #1088.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
### Added
|
||||
- SC2223: Quote warning specific to `: ${var=value}`
|
||||
|
||||
### Changed
|
||||
- SC1073: 'else if' is now parsed correctly and not like 'elif'
|
||||
|
||||
## v0.4.7 - 2017-12-08
|
||||
### Added
|
||||
- Statically linked binaries for Linux and Windows (see README.md)!
|
||||
|
Reference in New Issue
Block a user