[SCM] live-manual branch, debian-next, updated. debian/3.0_a13-1-18-g632993f

chals chals at altorricon.com
Tue Jul 10 11:57:20 UTC 2012


The following commit has been merged in the debian-next branch:
commit 632993fdaba56edb53b4272aa16e7f2f2f213304
Author: chals <chals at altorricon.com>
Date:   Tue Jul 10 13:57:07 2012 +0200

    Adding 'set -e' now that all po files have been checked.

diff --git a/manual/bin/po-integrity-check.sh b/manual/bin/po-integrity-check.sh
index f4d5ced..27e1288 100755
--- a/manual/bin/po-integrity-check.sh
+++ b/manual/bin/po-integrity-check.sh
@@ -1,7 +1,7 @@
 #!/bin/sh 
 
-# Can't be "set -e". It would not finish checking if it encountered an error. 
-#
+set -e
+ 
 # Script to help translators to check the integrity of po files in live-manual.
 #
 # 'msgfmt' performs several checks and outputs some common errors: 

-- 
live-manual



More information about the debian-live-changes mailing list