-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm in the process of converting libtool to use autom4te to generate
its scripts, but now a test I inherited from Gord is failing...
The failing test case says:
# Check that break and continue aren't misused in our portable shell
scripts.
$EGREP -n '
Hi again,
This is Tammy Bird. I am writing to you to confirm that we have accepted your mortgage
application. Our office has confirmed that you can get a $220,000 loan for as low as
$352.00 per month payment. The approval process takes no longer than a minute, so
please fill out the form on our
Jaroslaw Zola <[EMAIL PROTECTED]> writes:
> I run into following problem. My project is based on the Jam build tool
> which provides nice install system by itself. However, to check OS
> features I use autoconf and some third party m4 scripts. I would like to
> avoid providing user with set of add
"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,