"Gary V.Vaughan" <[EMAIL PROTECTED]> writes:

> I'll change the test to:
>
>    $EGREP -n '[^      ]=[^    ]*[     ]*(break|continue)' $scripts
>
> Which will also stop it choking on valid things like this:
>
>    foo=bar; break

Unfortunately that pattern matches "foo=bar; break", no?
You'll need something a good deal more sophisticated, I'm afraid.
Perhaps it'd be simpler just to remove the check.


_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to