Skip to content
Snippets Groups Projects
Commit 631b9f7a authored by Keith Maxwell's avatar Keith Maxwell Committed by Leo
Browse files

Document policy to end all cases with ;;

parent 6da2513f
No related branches found
No related tags found
3 merge requests!11958community/rclone: upgrade to 1.52.3,!9763[3.12] community/znc: upgrade to 1.8.1,!7631Document policy to end all cases with ;;
...@@ -56,6 +56,7 @@ Put `; do` and `; then` on the same line as the `while`, `for` or `if`. ...@@ -56,6 +56,7 @@ Put `; do` and `; then` on the same line as the `while`, `for` or `if`.
* Don't indent alternatives. * Don't indent alternatives.
* A one-line alternative needs a space after the close parenthesis of the pattern and before the `;;`. * A one-line alternative needs a space after the close parenthesis of the pattern and before the `;;`.
* End the last case with `;;`.
### Variable expansion ### Variable expansion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment