1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 00:36:10 +00:00
Jilles Tjoelker c9afaa6389 sh: Add case statement fallthrough (with ';&' instead of ';;').
Replacing ;; with the new control operator ;& will cause the next list to be
executed as well without checking its pattern, continuing until a list ends
with ;; or until the end of the case statement. This is like omitting
"break" in a C "switch" statement.

The sequence ;& was formerly invalid.

This feature is proposed for the next POSIX issue in Austin Group issue
#449.
2011-06-17 13:03:49 +00:00
..
2011-05-27 20:53:07 +00:00
2011-05-27 20:53:07 +00:00
2011-05-22 14:03:46 +00:00
2011-05-27 16:00:37 +00:00