Skip to content

Commit

Permalink
NEWS: fix typo (re: bd28395)
Browse files Browse the repository at this point in the history
  • Loading branch information
McDutchie committed Sep 28, 2020
1 parent bd28395 commit ddcef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Any uppercase BUG_* names are modernish shell bug IDs.

2020-09-27:

- The shell's lexical analisys of a 'case' statement within a do...done block
- The shell's lexical analysis of a 'case' statement within a do...done block
within a command substitution of the form $(...) has been fixed so that code
like the following no longer throws a spurious syntax error:
x=$(for i in 1; do case $i in word) true;; esac; done)
Expand Down

0 comments on commit ddcef21

Please sign in to comment.