[SCM] live-manual branch, debian-next, updated. debian/3.0_a15-1-28-g384bc75

chals chals at altorricon.com
Thu Aug 30 12:19:23 UTC 2012


The following commit has been merged in the debian-next branch:
commit 18faa654655efecb4528d5c4061d482edbacf83a
Author: chals <chals at altorricon.com>
Date:   Thu Aug 30 14:01:39 2012 +0200

    Adding a space to improve readability.

diff --git a/manual/bin/find-fuzzy.sh b/manual/bin/find-fuzzy.sh
index b41460f..2bf4be2 100755
--- a/manual/bin/find-fuzzy.sh
+++ b/manual/bin/find-fuzzy.sh
@@ -41,7 +41,7 @@ Find_fuzzy ()
 
 		case "$OPENEDITOR" in
 			y*|Y*)
-				$EDITOR $(grep -w 'fuzzy' manual/po/$ANSWER/* | sed 's|:#, fuzzy.*||'| uniq)
+				$EDITOR $(grep -w 'fuzzy' manual/po/$ANSWER/* | sed 's|:#, fuzzy.*||' | uniq)
 				;;
 
 			n*|N*)
@@ -81,7 +81,7 @@ case "$ANSWER" in
 
 		case "$OPENEDITOR" in
 			y*|Y*)
-				$EDITOR $(grep -w 'fuzzy' manual/po/*/* | sed 's|:#, fuzzy.*||'| uniq)
+				$EDITOR $(grep -w 'fuzzy' manual/po/*/* | sed 's|:#, fuzzy.*||' | uniq)
 				;;
 
 			n*|N*)

-- 
live-manual



More information about the debian-live-changes mailing list