"Gary V.Vaughan" <gary@xxxxxxx> writes: > # Check that break and continue aren't misused in our portable shell scripts. > $EGREP -n '[^ ]=[^ ].*(break|continue)' $scripts \ I dunno, but perhaps it's checking for invalid usages like this? foo=bar break That would indeed be invalid, but usages like test -r foo && bar=baz && break are OK as far as I know. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf