[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-2-8-gd255bfa

Ralf Treinen treinen at free.fr
Sun Jun 21 18:02:25 UTC 2009


The following commit has been merged in the master branch:
commit d255bfa7dbee55dff1e8b950f18565766125c9a8
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Jun 21 20:00:55 2009 +0200

    mistake in calculating error codes

diff --git a/distcheck/common.ml b/distcheck/common.ml
index 831eade..4da1998 100644
--- a/distcheck/common.ml
+++ b/distcheck/common.ml
@@ -255,5 +255,5 @@ let _ =
   Arg.parse speclist (add_source true) "Distcheck v1.4.1";
   if not !source_added then add_source true "-";
   exit (if (show_results (check !pkgs_to_check_only))
-	then 0
-	else if !packages_are_missing then 2 else 1);;
+	then if !packages_are_missing then 2 else 0
+	else 1);;

-- 
pkglab packaging



More information about the Pkg-ocaml-maint-commits mailing list