[SCM] live-manual branch, debian-next, updated. debian/3.0_a11-1-22-gd25260e

chals chals at altorricon.com
Sat Apr 7 17:32:06 UTC 2012


The following commit has been merged in the debian-next branch:
commit d25260ebe239446a5fd28b54184057e403cffbd0
Author: chals <chals at altorricon.com>
Date:   Sat Apr 7 19:31:51 2012 +0200

    Changing grep to avoid errors after set -e.

diff --git a/manual/bin/find-fuzzy.sh b/manual/bin/find-fuzzy.sh
index d1988a9..475b27d 100755
--- a/manual/bin/find-fuzzy.sh
+++ b/manual/bin/find-fuzzy.sh
@@ -21,8 +21,6 @@ find_fuzzy ()
 	echo "There are $(grep -w 'fuzzy' manual/po/$ANSWER/* | wc -l) fuzzy strings in your language."
 	echo ""
 
-	grep -w 'fuzzy' manual/po/$ANSWER/*
-
 	if [ "$(grep -w 'fuzzy' manual/po/$ANSWER/* | wc -l)" -eq "0" ]
 	then
 		echo "You may now proceed... please do:"
@@ -34,6 +32,8 @@ find_fuzzy ()
 
 		exit 0
 	else
+		grep -w 'fuzzy' manual/po/$ANSWER/*
+
 		echo ""
 		echo "Do you want to launch your text editor to start fixing them? [yes/no]"
 

-- 
live-manual



More information about the debian-live-changes mailing list