docs-common/bin migrate-lang,1.1,1.2

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Feb 3 21:53:42 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common/bin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32448/docs-common/bin

Modified Files:
	migrate-lang 
Log Message:
A bit of message cleanup, make sure 'Considering' message doesn't get sourced


Index: migrate-lang
===================================================================
RCS file: /cvs/docs/docs-common/bin/migrate-lang,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- migrate-lang	3 Feb 2006 18:25:35 -0000	1.1
+++ migrate-lang	3 Feb 2006 21:53:34 -0000	1.2
@@ -17,16 +17,16 @@
 for theLang in ${LANGUAGES}
 do
 	if [ ! -d "${theLang}" ]; then
-		echo "echo 'Creating the ${theLang}' subdirectory."
+		echo "echo 'Creating the ${theLang} subdirectory.'"
 		echo mkdir "${theLang}"
 		echo cvs add "${theLang}"
 		changes=yes
 	fi
-	echo "echo 'Trying to populate the ${theLang}' subdirectory."
+	echo "echo 'Trying to populate the ${theLang} subdirectory.'"
 	ls *-${theLang}.xml 2>/dev/null				|
 	while read x
 	do
-		echo "Considering ${x}"
+		echo "echo 'Considering ${x}'"
 		if [ ! -f ${theLang}/${x} ]; then
 			echo "cp ${x} ${theLang}/${x}"
 			echo "cvs add ${theLang}/${x}"




More information about the Fedora-docs-commits mailing list