cvsreport-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cvsreport] fixed myexit()


From: Vincent Caron <address@hidden>
Subject: [cvsreport] fixed myexit()
Date: Fri, 08 Aug 2003 12:40:59 -0400

Commit from zerodeux 2003-08-08 12:40 EDT
fixed myexit()
Module File name Revision
cvsreport ChangeLog 1.27 >>> 1.28
cvsreport cvsreport 1.28 >>> 1.29

cvsreport/ChangeLog   1.27 >>> 1.28
Line 1
+ 2003/08/08 18:42  zerodeux
+ - fixed myexit(), was always failing in debug mode
+
  2003/08/08 18:29  zerodeux
  - Makefile: made 'example' independent from dist host timezone
 

cvsreport/cvsreport   1.28 >>> 1.29
Line 127
  # errors to its caller.
  #
  sub myexit {
+     my $status = $do_debug ? shift : 0;
+
      cleanup();
-     exit $do_debug ? shift : 0;
+     exit $status;
  }
 
  # Usage: error "message", $exit_code



reply via email to

[Prev in Thread] Current Thread [Next in Thread]