[Debian-tex-commits] SVN tex-common commit + diffs: r3913 - tex-common/branches/for-tl2008/scripts

Norbert Preining preining at alioth.debian.org
Sun May 10 14:14:08 UTC 2009


Author: preining
Date: 2009-05-10 14:14:08 +0000 (Sun, 10 May 2009)
New Revision: 3913

Modified:
   tex-common/branches/for-tl2008/scripts/dh_installtex
Log:
small fix to line creation


Modified: tex-common/branches/for-tl2008/scripts/dh_installtex
===================================================================
--- tex-common/branches/for-tl2008/scripts/dh_installtex	2009-05-10 14:05:59 UTC (rev 3912)
+++ tex-common/branches/for-tl2008/scripts/dh_installtex	2009-05-10 14:14:08 UTC (rev 3913)
@@ -368,7 +368,7 @@
 		$ret .= " lefthyphenmin=$lhm" if defined($lhm);
 		$ret .= " righthyphenmin=$rhm" if defined($rhm);
 		if ($#synonyms >= 0) {
-			$ret .= " synonyms=" . join(".", at synonyms);
+			$ret .= " synonyms=" . join(",", at synonyms);
 		}
 		return($ret);
 	}




More information about the Debian-tex-commits mailing list