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

chals chals at altorricon.com
Wed Aug 15 15:38:57 UTC 2012


The following commit has been merged in the debian-next branch:
commit e649382a9bc8cfe07dbd90eaeb410cad6b14793f
Author: chals <chals at altorricon.com>
Date:   Wed Aug 15 17:27:22 2012 +0200

    Moving 'uniq' at the end of the pipe so that the script does not believe that 'fuzzy' and 'fuzzy, no-wrap' belong to two different files.

diff --git a/manual/bin/find-fuzzy.sh b/manual/bin/find-fuzzy.sh
index bcb1b20..b41460f 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/* | uniq | sed 's|:#, fuzzy.*||')
+				$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/*/* | uniq | sed 's|:#, fuzzy.*||')
+				$EDITOR $(grep -w 'fuzzy' manual/po/*/* | sed 's|:#, fuzzy.*||'| uniq)
 				;;
 
 			n*|N*)

-- 
live-manual



More information about the debian-live-changes mailing list