[subversion-commit] SVN tex-common commit + diffs: r1031 - tex-common/trunk/scripts

Frank Küster frank at costa.debian.org
Mon Mar 13 18:19:03 UTC 2006


Author: frank
Date: 2006-03-13 18:19:02 +0000 (Mon, 13 Mar 2006)
New Revision: 1031

Modified:
   tex-common/trunk/scripts/update-fontlang
Log:
fix typo (forgotten quote sign ") in update-fontlang

Modified: tex-common/trunk/scripts/update-fontlang
===================================================================
--- tex-common/trunk/scripts/update-fontlang	2006-03-13 17:37:09 UTC (rev 1030)
+++ tex-common/trunk/scripts/update-fontlang	2006-03-13 18:19:02 UTC (rev 1031)
@@ -3,7 +3,7 @@
 # update-fontlang --- Generate updmap.cfg and language.dat from a set of files
 # Copyright (C) 2002 Atsuhito Kohda
 # Copyright (C) 2004, 2005 Florent Rougon
-# Copyright (C) 2005 Norbert Preining
+# Copyright (C) 2005, 2006 Norbert Preining
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -279,7 +279,7 @@
             perform_content_check_language "$1"
         elif [ "$progname" = "update-updmap" ] ; then
             perform_content_check_map "$1"
-        elif [ "$progname" = update-fmtutil" ] ; then
+        elif [ "$progname" = "update-fmtutil" ] ; then
             perform_content_check_format "$1"
         fi
     fi




More information about the Pkg-tetex-commits mailing list