[Debian-tex-commits] SVN tex-common commit + diffs: r2973 - tex-common/trunk/scripts

Frank Küster frank at alioth.debian.org
Wed Jun 20 10:26:27 UTC 2007


Author: frank
Date: 2007-06-20 10:26:27 +0000 (Wed, 20 Jun 2007)
New Revision: 2973

Modified:
   tex-common/trunk/scripts/debianize-updmap
Log:
bashism fix


Modified: tex-common/trunk/scripts/debianize-updmap
===================================================================
--- tex-common/trunk/scripts/debianize-updmap	2007-06-20 10:26:12 UTC (rev 2972)
+++ tex-common/trunk/scripts/debianize-updmap	2007-06-20 10:26:27 UTC (rev 2973)
@@ -59,7 +59,7 @@
   IFS=:
   count=0
   for d in "$texmfconfig"; do
-    : $((count++))
+    count=$(($count+1))
     : ${cnfdir:=$d}
     if [ -d "$d/updmap.d" ]; then
       defaultuserdir="$d/updmap.d"




More information about the Debian-tex-commits mailing list