Hi, I could reproduce this in all bash versions.

bash -c 'set -x; until continue; do :; done; echo test1'; echo test2
+ continue
test2

I'm not actually sure whether this is supposed to work at all. Almost
all shells do something strange when given continue in the first
compound-list. E.g. ksh93 does like bash and exits, and zsh breaks
out of the loop.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to