Re: maddening tarball problems.
From: Edward S. Marshall <esm_at_logic.net>
Date: 2002-10-30 05:47:26 CET
On Tue, 2002-10-29 at 22:18, Ben Collins-Sussman wrote:
We were talking about this on IRC last night, and I noticed the
-- Edward S. Marshall <esm@logic.net> http://esm.logic.net/ * ac-helpers/berkeley-db.m4 (SVN_LIB_BERKELEY_DB): Fix a typo that caused the loop through $places to terminate early. Index: ac-helpers/berkeley-db.m4 =================================================================== --- ac-helpers/berkeley-db.m4 +++ ac-helpers/berkeley-db.m4 2002-10-29 22:43:41.000000000 -0600 @@ -182,7 +182,7 @@ break fi done - test "found" != "not" && break + test "$found" != "not" && break done # Restore the original values of the flags we tweak.
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.