changeset 59:7830d4244fb5

fixed exit status
author Goffi <goffi@goffi.org>
date Mon, 20 Jun 2011 14:25:08 +0200
parents 58091eac8c8e
children 40ec9445060a
files gcp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gcp	Mon Jun 20 12:57:15 2011 +0200
+++ b/gcp	Mon Jun 20 14:25:08 2011 +0200
@@ -683,7 +683,7 @@
     if gcp._main_instance:
         gcp.go()
         if gcp.journal.failed:
-            exit(2)
+            exit(1)
         if gcp.journal.partial:
-            exit(1)
+            exit(2)