summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2014-05-06 14:00:54 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2014-05-06 14:00:54 +0200
commitc9d180900a3f8e54b456c9e71bfaac930bbc2478 (patch)
tree4e768ad20bb68db6a294906e551ba77fd6429b35 /man
parent7b7354dfe862c93fd8f496671b3e08c0a3f7f4d9 (diff)
Bugfix: do not break out of the for loop
A `break` anywhere inside a `for` loop (even inside a `case`) will exit from the innermost loop. Replace the `break` with a `:` to get the desired effect. Spotted by Pat Brisin.
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions