cvsuser 02/01/02 05:51:36
Modified: . Configure.pl
Log:
Die on broken manifest.
Revision Changes Path
1.64 +3 -3 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /cvs/public/parrot/Configure.pl,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -w -r1.63 -r1.64
--- Configure.pl 1 Jan 2002 19:45:24 -0000 1.63
+++ Configure.pl 2 Jan 2002 13:51:36 -0000 1.64
@@ -2,7 +2,7 @@
#
# Configure.pl
#
-# $Id: Configure.pl,v 1.63 2002/01/01 19:45:24 dan Exp $
+# $Id: Configure.pl,v 1.64 2002/01/02 13:51:36 simon Exp $
#
# Author: Brent Dax
#
@@ -42,7 +42,7 @@
if($opt_version) {
print "Parrot Version $parrot_version Configure\n";
- print '$Id: Configure.pl,v 1.63 2002/01/01 19:45:24 dan Exp $' . "\n";
+ print '$Id: Configure.pl,v 1.64 2002/01/02 13:51:36 simon Exp $' . "\n";
exit;
}
@@ -653,7 +653,7 @@
END
- exit;
+ exit 1;
}
else {
print <<"END";
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl gregor
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl simon
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl simon
- cvs commit: parrot Configure.pl simon
- cvs commit: parrot Configure.pl brentdax
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl dan
- cvs commit: parrot Configure.pl grunblatt
