[Debian-tex-commits] SVN tex-common commit + diffs: r5245 - in tex-common/branches/v3: doc scripts

Norbert Preining preining at alioth.debian.org
Wed Mar 21 14:18:53 UTC 2012


Author: preining
Date: 2012-03-21 14:18:53 +0000 (Wed, 21 Mar 2012)
New Revision: 5245

Modified:
   tex-common/branches/v3/doc/Debian-TeX-Policy.pdf
   tex-common/branches/v3/scripts/update-fmtlang
Log:
fix typos


Modified: tex-common/branches/v3/doc/Debian-TeX-Policy.pdf
===================================================================
(Binary files differ)

Modified: tex-common/branches/v3/scripts/update-fmtlang
===================================================================
--- tex-common/branches/v3/scripts/update-fmtlang	2012-03-21 13:29:49 UTC (rev 5244)
+++ tex-common/branches/v3/scripts/update-fmtlang	2012-03-21 14:18:53 UTC (rev 5245)
@@ -174,11 +174,11 @@
             name=*) name="${1#name=}" ;;
             lefthyphenmin=*) lhm="${1#lefthyphenmin=}" ;;
             righthyphenmin=*) rhm="${1#righthyphenmin=}" ;;
+            patterns=*) patterns="${1#patterns=}" ;;
             synonyms=*) synonyms="${1#synonyms=}" ;;
-            exceptions=*) exceptions=${1#exceptions=}" ;;
-            patterns=*) patterns=${1#patterns=}" ;;
+            exceptions=*) exceptions="${1#exceptions=}" ;;
             file=*) f="${1#file=}" ;;
-            *) echo "Unknown AddHypen directive ==$line==!" >&2 ; return ;;
+            *) echo "Unknown AddHypen directive $1 in line: ==$line==!" >&2 ; return ;;
         esac
         shift
     done




More information about the Debian-tex-commits mailing list