[SCM] live-manual branch, debian-next, updated. debian/3.0_a14-1-34-g8363e2a

chals chals at altorricon.com
Tue Aug 7 11:53:40 UTC 2012


The following commit has been merged in the debian-next branch:
commit adebfd9958997263987e0deab5c0add3280581cd
Author: chals <chals at altorricon.com>
Date:   Tue Aug 7 13:47:30 2012 +0200

    Removing 'echo' to improve readability.

diff --git a/manual/bin/po-integrity-check.sh b/manual/bin/po-integrity-check.sh
index d36bc35..8c4491a 100755
--- a/manual/bin/po-integrity-check.sh
+++ b/manual/bin/po-integrity-check.sh
@@ -25,8 +25,7 @@ Integrity_check()
 	echo ""	
 	for POFILE in manual/po/${LANGUAGE}/*
 	do
-		echo "-$(basename ${POFILE})"
-		echo ""	
+		echo "-$(basename ${POFILE})"	
 		msgfmt --verbose --check --output-file=/dev/null ${POFILE} || { echo "-> This .po file might be 'BAD'. Please revise it."; echo ""; exit 1; }
 		if [ "$?" -eq "0" ]
 		then
@@ -52,8 +51,7 @@ case "$LANGUAGE" in
 		do 
 			for POFILE in ${LANGUAGE}/*
 			do
-				echo "-Checking $(basename ${POFILE}) integrity in ${LANGUAGE}"
-				echo ""	
+				echo "-Checking the integrity of $(basename ${POFILE}) in ${LANGUAGE}"	
 				msgfmt --verbose --check --output-file=/dev/null ${POFILE} || { echo "-> This .po file might be 'BAD'. Please revise it."; echo ""; exit 1; }
 				if [ "$?" -eq "0" ]
 				then

-- 
live-manual



More information about the debian-live-changes mailing list