-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, it's me again, working on ant 1.7.0 beta ebuilds for Gentoo. I wondered if you could merge this simple patch we now have to maintain. It just indicates with error status that bootstrap has failed. That's important for our ebuild to know something went wrong and it should die. Having this upstream would mean one less patch for us :) Thanks in advance.
- -- Vlastimil Babka (Caster) Gentoo/Java -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFI8MRtbrAj05h3oQRAtuYAJ4151WmIRdr2YgJydyPZHLBs++ILwCdEyRu RvhPxPm5WuYm/rPJBAwUHZ0= =3f10 -----END PGP SIGNATURE-----
--- build.sh.orig 2006-10-04 16:11:49.000000000 +0200 +++ build.sh 2006-10-04 16:11:59.000000000 +0200 @@ -41,7 +41,7 @@ if test ! -f bootstrap/lib/ant.jar -o ! -x bootstrap/bin/ant -o ! -x bootstrap/bin/antRun ; then echo Bootstrap FAILED - exit + exit 1 fi if [ "$REALANTHOME" != "" ] ; then
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]