"Gary V.Vaughan" <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to