[shell] outer parentheses don't match in $(( expression )) arithmetic expansion expressions #4472
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An expression such as $(( $i + 1 )) will not match the outer parenthesis; repro's at http://codemirror.net/mode/shell/index.html
These expressions are mentioned here: https://www.gnu.org/software/bash/manual/html_node/Arithmetic-Expansion.html#Arithmetic-Expansion
friendly ping (this should fall under our support contract :)