mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
NEWS: fix typo (re: bd283959
)
This commit is contained in:
parent
bd283959be
commit
ddcef2137e
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -5,7 +5,7 @@ Any uppercase BUG_* names are modernish shell bug IDs.
|
||||||
|
|
||||||
2020-09-27:
|
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
|
within a command substitution of the form $(...) has been fixed so that code
|
||||||
like the following no longer throws a spurious syntax error:
|
like the following no longer throws a spurious syntax error:
|
||||||
x=$(for i in 1; do case $i in word) true;; esac; done)
|
x=$(for i in 1; do case $i in word) true;; esac; done)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue