[subversion-commit] SVN tetex commit + diffs: r322 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Mon Nov 7 10:10:42 UTC 2005


Author: frank
Date: 2005-11-07 10:10:41 +0000 (Mon, 07 Nov 2005)
New Revision: 322

Modified:
   tex-common/trunk/debian/config.in
Log:
don't try to fix things that aren't wrong...

Modified: tex-common/trunk/debian/config.in
===================================================================
--- tex-common/trunk/debian/config.in	2005-11-05 18:04:17 UTC (rev 321)
+++ tex-common/trunk/debian/config.in	2005-11-07 10:10:41 UTC (rev 322)
@@ -46,12 +46,12 @@
 gwritefalse=""
 lsrfile_exists=""
 for i in var cache main ; do
-    eval \$${i}group=""
+    eval ${i}group=""
     lsr=`select_lsrfile $i`
     if [ -r $lsr ] ; then
         lsrfile_exists="true"
     	tmp=`ls -l $lsr | awk '{print$4}'`
-	eval \$${i}group=$tmp
+	eval ${i}group=$tmp
 	if ls -l $lsr | grep -q ^.....w ; then
 	    gwritetrue="$gwritetrue $i"
 	else




More information about the Pkg-tetex-commits mailing list