Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1:/tmp/cvs-serv17153

Modified Files:
        ChangeLog fink.in 
Log Message:
Fixing problems with exit codes (Patch #662894).

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   14 Jan 2003 14:08:53 -0000      1.108
+++ ChangeLog   14 Jan 2003 21:46:14 -0000      1.109
@@ -1,3 +1,7 @@
+2003-01-14  Max Horn  <[EMAIL PROTECTED]>
+
+       * fink.in: Fixing problems with exit codes (Patch #662894).
+
 2003-01-13  Finlay Dobbie <[EMAIL PROTECTED]>
 
        * postinstall.pl.in: Fixed formatting, cleaned up.

Index: fink.in
===================================================================
RCS file: /cvsroot/fink/fink/fink.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- fink.in     12 Jan 2003 19:32:57 -0000      1.20
+++ fink.in     14 Jan 2003 21:46:14 -0000      1.21
@@ -140,12 +140,12 @@
 ### process the command line (or enter interactive mode)
 
 if ($#ARGV >= 0) {
-  $engine->process($optionsString,@ARGV);
+  exit $engine->process($optionsString,@ARGV);
 } else {
   # TODO: enter interactive mode
 #  die "fink: no command given.\nType 'fink --help' for usage information.\n";
     show_help
 }
 
-### eof
+### eof -- shouldn't get here.
 exit 0;



-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to